From f8981b3acb0632dd498e0551c48178c15c29be85 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 29 Oct 2018 15:07:50 +0900 Subject: [PATCH] Update src/server/api/endpoints/notes/reactions.ts --- src/server/api/endpoints/notes/reactions.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/server/api/endpoints/notes/reactions.ts b/src/server/api/endpoints/notes/reactions.ts index 699f4adb0..958dc2343 100644 --- a/src/server/api/endpoints/notes/reactions.ts +++ b/src/server/api/endpoints/notes/reactions.ts @@ -14,6 +14,8 @@ export const meta = { params: { noteId: $.type(ID).note({ + 'ja-JP': '対象の投稿のID', + 'en-US': 'The ID of the target note' }), limit: $.num.optional.range(1, 100).note({