Update profile description
#
Method#
/profile-descriptionPUT
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/profile-description
#
ConceptThis method is responsible for changing your profile description on WhatsApp.
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
value | string | Profile description |
#
OptionalAttributes | Type | Description |
---|
#
Request Body#
Body#
Response#
200Attributes | Type | Description |
---|---|---|
value | boolean | true if successful, false in case of failure |
Example
#
405In this case, ensure that you are correctly sending the method specification, i.e., check if you sent the POST or PUT as specified at the beginning of this topic.
#
415If you receive a 415 error, make sure to add the "Content-Type" to the headers of the request for the object you are sending, mostly "application/json."