Fix API definition
This commit is contained in:
parent
ae44fe7818
commit
83d168ece3
@ -14,8 +14,10 @@ export const meta = {
|
|||||||
|
|
||||||
params: {
|
params: {
|
||||||
noteId: $.type(ID).note({
|
noteId: $.type(ID).note({
|
||||||
'ja-JP': '対象の投稿のID',
|
desc: {
|
||||||
'en-US': 'The ID of the target note'
|
'ja-JP': '対象の投稿のID',
|
||||||
|
'en-US': 'The ID of the target note'
|
||||||
|
}
|
||||||
}),
|
}),
|
||||||
|
|
||||||
limit: $.num.optional.range(1, 100).note({
|
limit: $.num.optional.range(1, 100).note({
|
||||||
|
Loading…
Reference in New Issue
Block a user