cURL
curl --request PUT \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/profile-description \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "value": "<string>" } '
{ "value": true }
Change the profile description of the WhatsApp connected to the instance
{ "value": "Profile description" }
true
false