⭐️ games.namespaces.updateGameNamespaceVersion
Description
Updates the version of a game namespace.
Code Examples
Request
PUT
https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/version# Write the request body to body.json before running
curl -X PUT -d '@body.json' 'https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/version'
Request Parameters
game_id
Path parameter, required
namespace_id
Path parameter, required
Request Body
version_id
string
(required)
Response Body
Empty response body.