Joi.object().unknown(true) return 404
devatquarxps opened this issue · 2 comments
devatquarxps commented
Joi.object({
id: Joi.string().required(),
}).unknown(true)
returns 404 as the API response, even when the id is being passed.
papandreou commented
Please provide a full example that reproduces the problem.
papandreou commented
Reopen with a full example if it's still an issue.