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
Experiment with this endpoint