⭐️ games.namespaces.createGameNamespace
Description
Creates a new namespace for the given game.
Code Examples
Request
POST
https://api.rivet.gg/cloud/games/{game_id}/namespaces# Write the request body to body.json before running
curl -X POST -d '@body.json' 'https://api.rivet.gg/cloud/games/{game_id}/namespaces'
Request Parameters
game_id
required path parameter
Request Body
display_name
required string
Represent a resource's readable display name.
name_id
required 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_id
required string
Response Body
namespace_id
required string