Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.msgflash.com/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

PUT /api/v1/contacts/{id}

Parameters path

NomTypeRequiredDescription
idUUIDyesID du contact

Body

FieldTypeRequiredDescription
namestringnoNouveau nom
phonestringnoNouveau téléphone
tagsstring[]noRemplace les tags
metaobjectnoRemplace les métadonnées

Success response 200

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