AddNick

PUT /users/

Update a user's game name

application/json

Body Required

Responses

  • 202 application/json

    Default Response

    Hide response attribute Show response attribute object
  • 400 application/json

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 503 application/json

    Service Unavailable

    Service Unavailable

PUT /users/
curl \
 --request PUT 'http://api.example.com/users/' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"dataupdate":"string"}'
Request examples
{
  "dataupdate": "string"
}
Response examples (202)
{
  "message": "string"
}
Response examples (400)
string
Response examples (401)
string
Response examples (503)
string