mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 19:56:43 -06:00
Fix API definition
This commit is contained in:
parent
80b83c0624
commit
cce768aaac
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ export const meta = {
|
|||
|
||||
tags: ['notes'],
|
||||
|
||||
requireCredential: true,
|
||||
|
||||
params: {
|
||||
limit: {
|
||||
validator: $.optional.num.range(1, 100),
|
||||
|
|
Loading…
Reference in a new issue