v1
latestOpenAPI 3.0.12026-07-17644.9 KBGame
Increment a game item by a certain amount
patch/games/{id}/{element}
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
}