Skip to main content

SetNamespaceCdnAuthType

Updates the CDN authentication type of the given game namesapce.

Path Parameters
  • game_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

  • namespace_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

Request Body required
  • auth_type string required

    Possible values: [none, basic]

    A value denoting what type of authentication to use for a game namespace's CDN.

Responses

SetNamespaceCdnAuthType 200 response