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 2911f69 commit 1114440Copy full SHA for 1114440
src/routes/attachments/update.js
@@ -16,7 +16,7 @@ const updateProjectAttachmentValidation = {
16
body: {
17
param: Joi.object().keys({
18
title: Joi.string().required(),
19
- description: Joi.string().optional().allow(null)
+ description: Joi.string().optional().allow(null).allow('')
20
})
21
}
22
0 commit comments