Skip to main content

Endpoint

PUT /api/v1/contacts/{id}

Paramètres path

NomTypeRequisDescription
idUUIDouiID du contact

Body

ChampTypeRequisDescription
namestringnonNouveau nom
phonestringnonNouveau téléphone
tagsstring[]nonRemplace les tags
metaobjectnonRemplace les métadonnées

Réponse succès 200

{
  "data": {
    "id": "cnt_uuid",
    "name": "Awa Doe"
  }
}