v1

latestOpenAPI 3.0.02026-07-2483164186.3 KB

Update WhatsApp group settings

Updates the settings (subject, description, groupId) of an existing WhatsApp group identified by its groupId.

post/whatsapp/wa-group/settings

Query parameters

groupIdstring required

Unique identifier of the group to update

Request body

wabaNumberstring required

WABA number associated with the group

subjectstring

New group subject/name

descriptionstring

New group description

groupIdstring

New groupId to assign

Response

Group settings updated successfully

successboolean

Example response

{
  "success": true
}