Profiles
Update Profile
Change the nickname label for the given profile_id (Profile).
put/profiles/{profile_id}
Path parameters
profile_idstring required
Request body
Example request
{
"profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
"nickname": "MyProfileName"
}Response
A successful response.
Example response
{
"id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
"nickname": "MyProfileName",
"type": "NORMAL"
}