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 /challenger/database/guid (Update)

First retrieve your todo database with GET /challenger/database/{guid}.

Then send that JSON payload to PUT /challenger/database/{guid} with Content-Type: application/json. A successful restore returns 204 No Content.

Try it now

If you want to inspect the todo database payload first, get it with GET /challenger/database/{guid}. See the solution.

GET /challenger/database/{guid} to get the todo database payload
PUT /challenger/database/{guid} to restore the todo database