Référence API · Contacts
PUT Mettre à jour un contact
Met à jour un contact existant.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Met à jour un contact existant.
PUT /api/v1/contacts/{id}
| Nom | Type | Requis | Description |
|---|---|---|---|
id | UUID | oui | ID du contact |
| Champ | Type | Requis | Description |
|---|---|---|---|
name | string | non | Nouveau nom |
phone | string | non | Nouveau téléphone |
tags | string[] | non | Remplace les tags |
meta | object | non | Remplace les métadonnées |
200{
"data": {
"id": "cnt_uuid",
"name": "Awa Doe"
}
}