notes/updateのパラメーター情報の修正
This commit is contained in:
parent
d661422622
commit
36319a2b72
|
|
@ -57,7 +57,7 @@ export const paramDef = {
|
|||
type: 'string',
|
||||
minLength: 1,
|
||||
maxLength: MAX_NOTE_TEXT_LENGTH,
|
||||
nullable: false,
|
||||
nullable: true,
|
||||
},
|
||||
cw: {
|
||||
type: 'string',
|
||||
|
|
@ -98,9 +98,6 @@ export const paramDef = {
|
|||
fileIds: {
|
||||
type: 'null',
|
||||
},
|
||||
mediaIds: {
|
||||
type: 'null',
|
||||
},
|
||||
poll: {
|
||||
type: 'null',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue