mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 16:38:23 +01:00
バリデーション追加
This commit is contained in:
parent
d96b2b8e9d
commit
0dc536a3fa
1 changed files with 2 additions and 0 deletions
|
@ -39,11 +39,13 @@ export const paramDef = {
|
|||
defaultFollowedUsers: {
|
||||
type: 'array', nullable: true, items: {
|
||||
type: 'string',
|
||||
format: 'misskey:id',
|
||||
},
|
||||
},
|
||||
forciblyFollowedUsers: {
|
||||
type: 'array', nullable: true, items: {
|
||||
type: 'string',
|
||||
format: 'misskey:id',
|
||||
},
|
||||
},
|
||||
hiddenTags: {
|
||||
|
|
Loading…
Reference in a new issue