Skip to content
Snippets Groups Projects
Unverified Commit 83d168ec authored by syuilo's avatar syuilo
Browse files

Fix API definition

parent ae44fe78
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment