User
Update user
Update User allows to update the user's profile. The following fields can be updated:
- username
patch/v1/client/user
Request body
Example request
{
"username": "abc1234999"
}Response
OK
Update User allows to update the user's profile. The following fields can be updated:
{
"username": "abc1234999"
}OK