Modifiez le nom (sujet) d’un groupe WhatsApp.
| Paramètre | Type | Requis | Description |
|---|---|---|---|
| Authorization | string | Oui | Bearer token avec votre Secret Key (format: Bearer sk_...) |
| Paramètre | Type | Requis | Description |
|---|---|---|---|
| accountId | string | Oui | L’identifiant du compte WhatsApp |
| groupJid | string | Oui | L’identifiant du groupe (format: [email protected]) |
| subject | string | Oui | Le nouveau nom du groupe (max 100 caractères) |
| Code | Description |
|---|---|
| 400 | MISSING_ACCOUNT_ID - accountId manquant |
| 400 | MISSING_GROUP_JID - groupJid manquant |
| 400 | SUBJECT_TOO_LONG - Le nom dépasse 100 caractères |
| 401 | INVALID_SECRET_KEY - Clé secrète invalide |
| 403 | NOT_ADMIN - Vous n’êtes pas administrateur du groupe |
| 404 | ACCOUNT_NOT_FOUND - Compte WhatsApp non trouvé |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.