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 1b04d94 commit 188d7d0Copy full SHA for 188d7d0
src/routes/attachments/update.js
@@ -20,6 +20,7 @@ const updateProjectAttachmentValidation = {
20
description: Joi.string().optional().allow(null).allow(''),
21
allowedUsers: Joi.array().items(Joi.number().integer().positive()).allow(null).default(null),
22
tags: Joi.array().items(Joi.string().min(1)).optional(),
23
+ path: Joi.string(),
24
}),
25
};
26
0 commit comments