summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notes
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-29 15:07:50 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-29 15:07:50 +0900
commitf8981b3acb0632dd498e0551c48178c15c29be85 (patch)
tree3c6f814f7f5bfe70ff36ff0df78b96f7726fc543 /src/server/api/endpoints/notes
parent? (diff)
downloadsharkey-f8981b3acb0632dd498e0551c48178c15c29be85.tar.gz
sharkey-f8981b3acb0632dd498e0551c48178c15c29be85.tar.bz2
sharkey-f8981b3acb0632dd498e0551c48178c15c29be85.zip
Update src/server/api/endpoints/notes/reactions.ts
Diffstat (limited to 'src/server/api/endpoints/notes')
-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({