WA Client
POST

Change Settings

Update subject, description, announcement, ephemeral, etc.

API endpoint
https://waclient.com/api/change_community_settings
Example:
curl -X POST \
  'https://waclient.com/api/change_community_settings' \
  -H 'Content-Type: application/json' \
  --data '{
    "community_id": "[email protected]",
    "subject": "Updated Community",
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "community_id": "[email protected]",
        "updated": true
    }
}
ParameterDescription
community_idCommunity JID or ID
subjectNew community name (Optional)
descriptionNew description (Optional)
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc