---
title: "Update Lead Docket Config"
method: PUT
path: "/lead-docket/config"
tags: ["Lead Docket"]
---

# Update Lead Docket Config

`PUT /lead-docket/config`

Upsert the Lead Docket configuration for this customer.

## Request body

- LeadDocketConfigUpdate
  - `endpoint_url` string, nullable — Lead Docket Definitions endpoint URL
  - `dry_run` boolean, nullable — Whether pushes require manual approval
  - `timeout_seconds` integer, nullable — Per-request timeout in seconds

## Response `200`

Successful Response

- LeadDocketStatusResponse
  - `feature_enabled` boolean, required — Whether lead_docket_enabled is on for this customer
  - `endpoint_url_set` boolean, required — Whether an endpoint URL has been configured
  - `endpoint_url_masked` string, nullable — Stored endpoint URL with query parameter values dotted out for safe display
  - `connected` boolean, required — True when feature is enabled, endpoint is set, and dry_run is off
  - `dry_run` boolean, required — Whether pushes require manual approval
  - `timeout_seconds` integer, required — Per-request timeout in seconds
  - `mapping_count` integer, required — Number of configured field mappings

## Other responses

- `422` — Validation Error

---

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