---
title: "Update Lead Source"
method: PATCH
path: "/provider/lead_sources/{id}"
tags: ["LeadSource"]
---

# Update Lead Source

`PATCH /provider/lead_sources/{id}`

## Path parameters

- `id` string, required

## Request body

- ProviderLeadSourcesControllerUpdateBody
  - `name` string

## Response `200`

Successful response

- PublicLeadSourceBlueprintOne
  - `id` string
  - `name` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/versions/a92ae2a6fa90/schema)
