notes/updateのパラメーター情報の修正
This commit is contained in:
parent
d661422622
commit
36319a2b72
|
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue