> ## 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>
  **Changing the lead's owner**

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

  The ID comes from [GET /team](/docs/en/api/team/list-team) (each member's `id`). It must be an active member of your account — otherwise the request is rejected with `400`. Send `null` to leave the lead unassigned.
</Note>


## API Specification

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