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/guid CREATE

This challenge is like the restore challenge, except the challenger should not already be active in memory.

Use the saved challenger progress JSON as the request body and send it to PUT /challenger/{guid}. If the GUID is restorable but not currently active, the API creates that challenger in memory from the payload.

Try it now

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

GET /challenger/{guid} to get the challenger payload

The main request below uses a restorable copy of that payload with a different GUID.

PUT /challenger/{guid} to create a restorable challenger