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
Response
OK
Example response
{
"data": {
"name": "Jane Doe"
}
}Update a users name or avatar. If no id is passed then the user associated with the authentication will be updated by default.
OK
{
"data": {
"name": "Jane Doe"
}
}