Référence API · Groupes
PUT Mettre à jour un groupe
Met à jour un groupe de contacts.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Met à jour un groupe de contacts.
PUT /api/v1/contacts/groups/{groupId}
| Nom | Type | Requis | Description |
|---|---|---|---|
groupId | UUID | oui | ID du groupe |
| Champ | Type | Requis | Description |
|---|---|---|---|
name | string | non | Nouveau nom |
description | string | non | Nouvelle description |
color | string | non | Nouvelle couleur |
200{
"data": {
"id": "grp_uuid",
"name": "Clients VIP"
}
}