mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-16 23:17:33 -07:00
Fix API definition
This commit is contained in:
parent
77cc11d8a0
commit
00fb96b306
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({
|
||||||
|
desc: {
|
||||||
'ja-JP': '対象の投稿のID',
|
'ja-JP': '対象の投稿のID',
|
||||||
'en-US': 'The ID of the target note'
|
'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