games.namespaces.addNamespaceDomain
Description
Adds a domain to the given game namespace.
Code Examples
Request
POST
https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/domains# Write the request body to body.json before running
curl -X POST -d '@body.json' 'https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/domains'
Request Parameters
game_id
required path parameternamespace_id
required path parameterRequest Body
domain
required stringA valid domain name (no protocol).
Response Body
Empty response body.