summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notes/renotes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/notes/renotes.ts')
-rw-r--r--src/server/api/endpoints/notes/renotes.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/server/api/endpoints/notes/renotes.ts b/src/server/api/endpoints/notes/renotes.ts
index d26192d10a..d384b7962f 100644
--- a/src/server/api/endpoints/notes/renotes.ts
+++ b/src/server/api/endpoints/notes/renotes.ts
@@ -9,11 +9,6 @@ import { makePaginationQuery } from '../../common/make-pagination-query';
import { Notes } from '../../../../models';
export const meta = {
- desc: {
- 'ja-JP': '指定した投稿のRenote一覧を取得します。',
- 'en-US': 'Show a renotes of a note.'
- },
-
tags: ['notes'],
requireCredential: false as const,
@@ -21,10 +16,6 @@ export const meta = {
params: {
noteId: {
validator: $.type(ID),
- desc: {
- 'ja-JP': '対象の投稿のID',
- 'en-US': 'Target note ID'
- }
},
limit: {