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
Path parameter, required
namespace_id
Path parameter, required
Request Body
domain
string
(required)
A valid domain name (no protocol).
Response Body
Empty response body.