v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Users

Update a user

Update a users name or avatar. If no id is passed then the user associated with the authentication will be updated by default.

post/users.update

Request body

namestring
languagestring BCP47
avatarUrlstring uri

Response

OK

Example response

{
  "data": {
    "name": "Jane Doe"
  }
}