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

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name instance

Body

application/json
name
string
required

New name for profile