API
cloud.games.games.validateGame
API
cloud.games.games.validateGame
Validates information used to create a new game.
POST https://cloud.api.rivet.gg/v1/games/validate
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/validate'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
display_namerequired
string
Represent a resource's readable display name.
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.
Response
errorsrequired
array
A list of validation errors.
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/validate'