Fix API definition
This commit is contained in:
parent
ae44fe7818
commit
83d168ece3
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user