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

# Patch Lead

> Partial update of a lead. Identical behavior to PUT — any field can be updated, and metadata is shallow-merged (existing keys preserved, new keys added, matching keys overwritten). To assign a human owner, set `assigned_to` to a team member's `id` from GET /team.

<Note>
  **Cambiar el responsable del lead**

  ```json theme={null}
  { "assigned_to": "123e4567-e89b-12d3-a456-426614174002" }
  ```

  El ID viene de [GET /team](/docs/es/api/team/list-team) (el campo `id` de cada miembro). Debe ser un miembro activo de tu cuenta; de lo contrario la solicitud se rechaza con `400`. Envía `null` para dejar el lead sin responsable.
</Note>


## API Specification

The full API specification for this endpoint is available in the [documentation index](https://docs.getnexor.ai/llms.txt).
