games.namespaces.updateNamespaceCdnAuthUser
Description
Adds an authenticated user to the given game namespace.
Code Examples
Request
POST
https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/auth-user# 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}/auth-user'
Request Parameters
game_id
required path parameternamespace_id
required path parameterRequest Body
password
required stringA bcrypt encrypted password. An error is returned if the given string is not properly encrypted.
user
required stringA user name.
Response Body
Empty response body.