commit
8c1bb50acb
|
@ -105,9 +105,7 @@ export const paramDef = {
|
||||||
alwaysMarkNsfw: { type: 'boolean' },
|
alwaysMarkNsfw: { type: 'boolean' },
|
||||||
autoSensitive: { type: 'boolean' },
|
autoSensitive: { type: 'boolean' },
|
||||||
ffVisibility: { type: 'string', enum: ['public', 'followers', 'private'] },
|
ffVisibility: { type: 'string', enum: ['public', 'followers', 'private'] },
|
||||||
pinnedPageId: { type: 'array', items: {
|
pinnedPageId: { type: 'string', format: 'misskey:id', nullable: true },
|
||||||
type: 'string', format: 'misskey:id',
|
|
||||||
} },
|
|
||||||
mutedWords: { type: 'array' },
|
mutedWords: { type: 'array' },
|
||||||
mutedInstances: { type: 'array', items: {
|
mutedInstances: { type: 'array', items: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|
Loading…
Reference in New Issue