---
title: "Update WhatsApp group settings"
method: POST
path: "/whatsapp/wa-group/settings"
---

# Update WhatsApp group settings

`POST /whatsapp/wa-group/settings`

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

## Query parameters

- `groupId` string, required

## Request body

- UpdateGroupSettingsRequest
  - `wabaNumber` string, required — WABA number associated with the group
  - `subject` string — New group subject/name
  - `description` string — New group description
  - `groupId` string — New groupId to assign

## Response `200`

Group settings updated successfully

- UpdateGroupSettingsResponse
  - `success` boolean

## Other responses

- `400` — Invalid fields or no integration found for the given WABA number
- `404` — Group not found or group creation is still pending

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
