mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-24 02:43:09 +02:00
Fix API definition
This commit is contained in:
parent
ae44fe7818
commit
83d168ece3
1 changed files with 4 additions and 2 deletions
|
@ -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 a new issue