Game
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
}