You can support this site from as little as $1 a month on Patreon.

The support pays for site hosting and the expansion of this content.

In addition, Patreon Supporters gain access to exclusive online video training courses and ebooks.

Join Now

How to complete the challenge PUT /todos/{id} no title (422)

Issue a PUT request to an existing todo and omit the mandatory title field.

The response should be 422 Unprocessable Content because the request body is valid JSON, but the replacement todo fails validation.

Look for the validation message containing:

title : field is mandatory

Try it now