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 898346c commit 6e46212Copy full SHA for 6e46212
src/routes/timelines/create.js
@@ -18,7 +18,7 @@ const schema = {
18
body: {
19
param: Joi.object().keys({
20
id: Joi.any().strip(),
21
- name: Joi.string().max(45).required(),
+ name: Joi.string().max(255).required(),
22
description: Joi.string().max(255),
23
startDate: Joi.date().required(),
24
endDate: Joi.date().min(Joi.ref('startDate')).allow(null),
0 commit comments