Improve API documentation

This commit is contained in:
syuilo 2018-11-03 22:49:36 +09:00
parent 2e22874dec
commit a515c1f53e
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
21 changed files with 80 additions and 2 deletions

View file

@ -14,6 +14,10 @@ export const meta = {
noteId: {
validator: $.type(ID),
transform: transform,
desc: {
'ja-JP': '対象の投稿のID',
'en-US': 'Target note ID'
}
},
limit: {