バリデーション追加
This commit is contained in:
parent
d96b2b8e9d
commit
0dc536a3fa
|
@ -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