> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yampi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Contact

> Actualiza un contacto existente.

Cuerpo según esquema contact\_update\_payload del OpenAPI. Requiere **userApiKey**.

<ParamField path="account_id" type="integer" required>ID de la cuenta.</ParamField>
<ParamField path="id" type="integer" required>ID del contacto.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X PUT 'https://app.yampi.ai/api/v1/accounts/1/contacts/10' \
    -H 'api_access_token: TU_TOKEN' -H 'Content-Type: application/json' \
    -d '{"name":"Alice Updated","email":"alice@acme.com"}'
  ```
</RequestExample>

Errores: **401**, **403**, **404**.
