API
cloud.games.games.createGame
API
cloud.games.games.createGame
Creates a new game.
POST https://cloud.api.rivet.gg/v1/games
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
name_idrequired
string
A human readable short identifier used to references resources. Different than a rivet.common#Uuid
because this is intended to be human readable. Different than rivet.common#DisplayName
because this should not include special characters and be short.
display_namerequired
string
Represent a resource's readable display name.
developer_group_idrequired
string
Response
game_idrequired
string
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games'