Jeffrey Labonski
Results
1
comments of
Jeffrey Labonski
I'm bumping into this. ``` { method: 'PUT', path: `/api/foo/{id?}`, config: { description: `Update a foo`, //notes: '', tags: ['api'], cache: false, validate: { headers: true, params: { id: joi.number().integer().min(1)...