fix notes\drafts\create param defs

This commit is contained in:
syuilo
2025-10-06 19:21:17 +09:00
parent 74f33157a3
commit 0d33e1f839
2 changed files with 15 additions and 15 deletions

View File

@@ -192,7 +192,7 @@ export const paramDef = {
scheduledAt: { type: 'integer', nullable: true },
isActuallyScheduled: { type: 'boolean', default: false },
},
required: ['visibility', 'visibleUserIds', 'cw', 'hashtag', 'localOnly', 'reactionAcceptance', 'replyId', 'renoteId', 'channelId', 'text', 'fileIds', 'poll', 'scheduledAt', 'isActuallyScheduled'],
required: [],
} as const;
@Injectable()