Authorizations
Your authorization key header
Path Parameters
Name instance
Body
application/json
New name for profile
curl --request POST \
  --url https://{server-url}/chat/updateProfileName/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "name": "<string>"
}'curl --request POST \
  --url https://{server-url}/chat/updateProfileName/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "name": "<string>"
}'Your authorization key header
Name instance
New name for profile