Game
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
}Changes
Changed in 2 of the 2 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲