We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458e3cf commit a63b965Copy full SHA for a63b965
src/services/ProcessorService.js
@@ -490,7 +490,7 @@ processCreate.schema = {
490
resource: joi.string().required(),
491
id: joi.numberId(),
492
name: joi.string().max(200).required(),
493
- description: joi.string().max(10000).allow('').required(),
+ description: joi.string().max(10000).allow('').allow(null).required(),
494
directProjectId: joi.optionalNumberId().allow(null),
495
billingAccountId: joi.optionalNumberId().allow(null),
496
type: joi.string().max(45).required(),
0 commit comments