Fix API definition

This commit is contained in:
syuilo 2018-10-29 19:04:58 +09:00
parent ae44fe7818
commit 83d168ece3
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 4 additions and 2 deletions

View File

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