FIX: Page - Pin to Profile (closes #9234) (#9263)

This commit is contained in:
Kainoa Kanter 2022-12-20 08:43:34 +00:00
commit 8c1bb50acb
1 changed files with 1 additions and 3 deletions

View File

@ -105,9 +105,7 @@ export const paramDef = {
alwaysMarkNsfw: { type: 'boolean' },
autoSensitive: { type: 'boolean' },
ffVisibility: { type: 'string', enum: ['public', 'followers', 'private'] },
pinnedPageId: { type: 'array', items: {
type: 'string', format: 'misskey:id',
} },
pinnedPageId: { type: 'string', format: 'misskey:id', nullable: true },
mutedWords: { type: 'array' },
mutedInstances: { type: 'array', items: {
type: 'string',