summaryrefslogtreecommitdiff
path: root/src/server/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api')
-rw-r--r--src/server/api/endpoints/notes/reactions.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/api/endpoints/notes/reactions.ts b/src/server/api/endpoints/notes/reactions.ts
index 699f4adb09..958dc2343a 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({