Skip to main content

UpdateNamespaceCdnAuthUser

Adds an authenticated user to the given game namespace.

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
  • user string required

    A user name.

  • password string required

    A bcrypt encrypted password. An error is returned if the given string is not properly encrypted.

Responses

UpdateNamespaceCdnAuthUser 200 response