API
cloud.games.namespaces.addNamespaceDomain
API
cloud.games.namespaces.addNamespaceDomain
Adds a domain to the given game namespace.
POST https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/domains
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/domains'
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
domainrequired
string
A valid domain name (no protocol).
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/domains'