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 (409) mismatch

Get your current challenger state from /challenger/{guid}.

Then send that JSON payload to PUT /challenger/{different-guid} while leaving the payload xChallenger value unchanged.

The response should be 409 Conflict:

{
  "errorMessages": [
    "URL GUID does not match payload X-CHALLENGER"
  ]
}

This is a conflict because the URL identifies one challenger while the payload identifies another.

Try it now