Create new game
Request body
Response
Return the newly created game start timestamp with the specified id
Example response
{
"id": "sample-game",
"started_on": 1586458255
}Changes
Changed in 2 of the 2 revisions of this API.464
- ●
removed the request property
elementrequest-property-removed
- ●
removed the request property
idrequest-property-removed
- ●
removed the request property
valuerequest-property-removed
- ●
removed the optional property
elementfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
valuefrom the response with the201statusresponse-optional-property-removed
- ○
request body became optional
request-body-became-optional
- ○
added the optional property
started_onto the response with the201statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added the new required request property
elementnew-required-request-property
- ▲
added the new required request property
idnew-required-request-property
- ▲
added the new required request property
valuenew-required-request-property
- ▲
request body became required
request-body-became-required
- ●
removed the optional property
started_onfrom the response with the201statusresponse-optional-property-removed
- ○
added the optional property
elementto the response with the201statusresponse-optional-property-added
- ○
added the optional property
valueto the response with the201statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲