API
⭐️ cloud.games.namespaces.createGameNamespace
API
⭐️ cloud.games.namespaces.createGameNamespace
Creates a new namespace for the given game.
POST https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces'
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.
version_idrequired
string
Response
namespace_idrequired
string
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces'