notes/updateのパラメーター情報の修正

This commit is contained in:
GrapeApple0 2024-09-03 11:15:23 +00:00
parent d661422622
commit 36319a2b72
1 changed files with 1 additions and 4 deletions

View File

@ -57,7 +57,7 @@ export const paramDef = {
type: 'string', type: 'string',
minLength: 1, minLength: 1,
maxLength: MAX_NOTE_TEXT_LENGTH, maxLength: MAX_NOTE_TEXT_LENGTH,
nullable: false, nullable: true,
}, },
cw: { cw: {
type: 'string', type: 'string',
@ -98,9 +98,6 @@ export const paramDef = {
fileIds: { fileIds: {
type: 'null', type: 'null',
}, },
mediaIds: {
type: 'null',
},
poll: { poll: {
type: 'null', type: 'null',
}, },