API
⭐️ cloud.games.namespaces.updateGameNamespaceVersion
API
⭐️ cloud.games.namespaces.updateGameNamespaceVersion
Updates the version of a game namespace.
PUT https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/version
curl -X PUT -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/version'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
namespace_idrequired
string
Body
version_idrequired
string
curl -X PUT -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/version'