API
cloud.games.namespaces.validateGameNamespace
API
cloud.games.namespaces.validateGameNamespace
Validates information used to create a new game namespace.
POST https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/validate
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/validate'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
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/{game_id}/namespaces/validate'