Skip to content

Commit 188d7d0

Browse files
committed
fix: allow updating "path" for attachments
1 parent 1b04d94 commit 188d7d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/attachments/update.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const updateProjectAttachmentValidation = {
2020
description: Joi.string().optional().allow(null).allow(''),
2121
allowedUsers: Joi.array().items(Joi.number().integer().positive()).allow(null).default(null),
2222
tags: Joi.array().items(Joi.string().min(1)).optional(),
23+
path: Joi.string(),
2324
}),
2425
};
2526

0 commit comments

Comments
 (0)