Create a new game with id
Path parameters
Unique Game ID
Request body
Example request
{
"uid": "dascr",
"player": [
1,
2
],
"game": "x01",
"variant": "501",
"in": "straight",
"out": "double",
"sound": true
}Response
successful operation
Changes
Changed in 3 of the 5 revisions of this API.44
- ●
removed the request property
eliminationrequest-property-removed
- ●
removed the optional property
eliminationfrom the response with the200statusresponse-optional-property-removed
- ●
- ●
removed the request property
punisherrequest-property-removed
- ●
removed the optional property
punisherfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
eliminationnew-optional-request-property
- ○
added the optional property
eliminationto the response with the200statusresponse-optional-property-added
- ●
- ○
added the new optional request property
punishernew-optional-request-property
- ○
added the optional property
punisherto the response with the200statusresponse-optional-property-added
- ○