Increment a game item by a certain amount
Request body
Example request
{
"id": "sample-game",
"element": "score",
"value": 3
}Response
The increment has been accepted
Example response
{
"id": "sample-game",
"element": "score",
"value": 3
}Changes
Changed in 2 of the 2 revisions of this API.33
- ○
the response property
elementbecame required for the status200response-property-became-required
- ○
the response property
idbecame required for the status200response-property-became-required
- ○
the response property
valuebecame required for the status200response-property-became-required
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
elementbecame optional for the status200response-property-became-optional
- ▲
the response property
idbecame optional for the status200response-property-became-optional
- ▲
the response property
valuebecame optional for the status200response-property-became-optional
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲