Appearance
Update group settings
Update the subject, description, or join approval mode of a WhatsApp group.
Not available on Coexistence numbers. Requires a Cloud API-only number.
POST /v1/whatsapp/wa-groups/{groupId}
Update the subject, description, or join approval mode of a WhatsApp group.
Not available on Coexistence numbers. Requires a Cloud API-only number.
Parameters
groupId(path, string) required — Group IDaccountId(query, string) required — WhatsApp social account ID
Request body
Content-Type: application/json
subject(string)description(string)joinApprovalMode(string) (enum: approval_required, auto_approve)
Responses
200 — Group updated
success(boolean)message(string)
401
404