Skip to main content

Edit description

Method#

/update-community-description#

POST https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/update-community-description

Header#

KeyValue
Client-TokenACCOUNT SECURITY TOKEN

Concept#

This method allows you to change your community's description

Attention

Attention only admins can change community preferences.


Attributes#

Required#

AttributesTypeDescription
communityIdstringCommunity ID.
communityDescriptionstringAttribute to edit the community’s description

Body#

{
"communityId": "120363019502650977",
"communityDescription": "descrição da comunidade"
}

Response#

200#

AttributesTypeDescription
valuebooleantrue if it worked and false if it failed

Example

{
"value": true
}

405#

In this case certify that you are sending the correct specification of the method. This means, verify if you sent a POST or GET as specified at the beginning of this topic.

415#

In case you receive 415 error, make sure to add the “Content-Type” of the object you are sending in the request headers, mostly “application/json”


Webhook Response#

Link to webhook response (on receipt)

Webhook


Code#