Create 🚀🔗
Creates a new game and sets the client as host, returns information about the current gamemode (which is automatically set by the server, can be changed with a request).
Request model🔗
Success response🔗
{
"response": {
"d": {
"game_id": Uuid,
"gamemode": {
"id": String,
"name": String,
"description": String
},
"join_code": String
},
"op": "Create"
},
"status": true
}
Errors🔗
Errors that may occur while creating a game.
NotIdentifiedAlreadyInGameCreate