Updates a challenge for a user by given userID
and challengeID
. For example, this can be used to change the challenge status from pending
to completed
.
Basic authentication is used to authenticate requests to the Backend API. The username is the project ID and the password is the API secret.
The project ID and API secret can be found in the Developer Panel.
Unique identifier of the user. Format: usr-<number>
.
"usr-4693224802260150919"
ID of challenge
Challenge has been updated.
The response is of type object
.