cURL
curl --request PUT \ --url https://api.buildwithchirp.com/v1/whatsapp/groups/{groupId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "subject": "Updated Subject", "description": "Updated description" } '
{ "group": { "id": "<string>", "metaGroupId": "<string>", "subject": "<string>", "description": "<string>", "joinApprovalMode": "auto_approve", "inviteLink": "<string>", "suspended": true, "totalParticipantCount": 123, "whatsappPhoneNumberId": "<string>", "createdAt": "<string>" } }
Update a WhatsApp group’s subject or description
App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations
WhatsApp Group ID
"grp_wa_2DbBs7GWhGvVNJGrDXr5RG0"
New group subject
1 - 60
"Updated Subject"
New group description
2048
"Updated description"
Group updated
Show child attributes