v1
latestOpenAPI 3.0.12026-07-17644.9 KBGame
Create or update a new game item
put/games/{id}/{element}
Request body
Example request
{
"id": "sample-game",
"element": "score",
"value": 3
}Response
Return the newly created game item with the specified id
Example response
{
"id": "sample-game",
"element": "score",
"value": 3
}