---
title: "Update Lead"
method: PUT
path: "/api/admin/leads/{lead_id}"
tags: ["admin-leads"]
---

# Update Lead

`PUT /api/admin/leads/{lead_id}`

## Path parameters

- `lead_id` string, required

## Request body

- UpdateLeadRequest
  - `use_case_id` string, nullable
  - `name` string, nullable
  - `email` string, nullable
  - `phone` string, nullable
  - `description` string, nullable
  - `custom_fields` object, nullable
  - `source` string, nullable
  - `status` string, nullable
  - `external_source` string, nullable
  - `external_ref` string, nullable

## Response `200`

Successful Response

- LeadListItem
  - `id` string, required
  - `name` string, required
  - `email` string, nullable
  - `phone` string, nullable
  - `workspace_id` string, required
  - `workspace_name` string, required
  - `use_case_id` string, nullable
  - `use_case_name` string, nullable
  - `use_case_type` string, nullable
  - `agent_id` string, nullable
  - `agent_name` string, nullable
  - `source` string, nullable
  - `status` string, nullable
  - `description` string, nullable
  - `external_source` string, nullable
  - `external_ref` string, nullable
  - `synced_to_sheet` boolean
  - `captured_from_chat` boolean
  - `deleted_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

> 16 revisions in range; 13 could not be searched.

- **2026-07-31** `7c9aff2501f3` — 3 breaking, 4 warning, 4 info
  - the `description/anyOf[subschema #1]/` request property's minLength was increased from `0` to `1`
  - the `name/anyOf[subschema #1]/` request property's minLength was increased from `0` to `1`
  - the `phone/anyOf[subschema #1]/` request property's minLength was increased from `0` to `1`
  - removed the request property `campaign_id`
  - …7 more

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/admin/leads/:lead_id/put.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/6155db644bab/schema)
