POST

https://{server-url}

/
chat
/
updateProfileName
/
{instance}
curl --request POST \
  --url https://{server-url}/chat/updateProfileName/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "name": "<string>"
}'

Authorizations

apikey
string
headerrequired

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Body

application/json
name
string

New name for profile