fix(backend): fix notes/create validation
This commit is contained in:
parent
ac19b055c7
commit
961f5a0caa
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,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,
|
||||||
},
|
},
|
||||||
fileIds: {
|
fileIds: {
|
||||||
type: 'array',
|
type: 'array',
|
||||||
|
|
Loading…
Reference in a new issue