Update src/server/api/endpoints/notes/reactions.ts

This commit is contained in:
syuilo 2018-10-29 15:07:50 +09:00
parent 050b324885
commit f8981b3acb
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ export const meta = {
params: { params: {
noteId: $.type(ID).note({ noteId: $.type(ID).note({
'ja-JP': '対象の投稿のID',
'en-US': 'The ID of the target note'
}), }),
limit: $.num.optional.range(1, 100).note({ limit: $.num.optional.range(1, 100).note({