games.namespaces.setNamespaceCdnAuthType
Description
Updates the CDN authentication type of the given game namespace.
Code Examples
Request
PUT
https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/cdn-auth# 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}/cdn-auth'
Request Parameters
game_id
Path parameter, required
namespace_id
Path parameter, required
Request Body
auth_type
string
(required)
A value denoting what type of authentication to use for a game namespace's CDN.
Response Body
Empty response body.