Fix API definition

This commit is contained in:
syuilo 2018-10-29 19:04:58 +09:00
parent 77cc11d8a0
commit 00fb96b306

View file

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