---
title: "Update Dry Run Case Matching"
method: PATCH
path: "/developer/dry-run-case-matching"
tags: ["Developer", "Developer - Debug"]
---

# Update Dry Run Case Matching

`PATCH /developer/dry-run-case-matching`

Update the dry-run case matching setting for the current customer.

This endpoint is restricted to developer users only.

- **dry_run_case_matching**: Set to true to enable dry-run mode

When dry-run mode is enabled:
- Case matching still runs automatically
- Matches are flagged as "pending approval" instead of being finalized
- Developers can review and approve/reject matches in the call detail view
- Case notes are only posted after manual approval

Note: This endpoint is maintained for backward compatibility.
Prefer using /case-notes-settings for new integrations.

## Request body

- UpdateDryRunCaseMatchingRequest — Request to update customer's dry-run case matching setting
  - `dry_run_case_matching` boolean, required — Set to true to enable dry-run mode for case matching

## Response `200`

Successful Response

- DryRunCaseMatchingResponse — Response with customer's dry-run case matching setting
  - `customer_id` string, uuid, required — The customer ID
  - `dry_run_case_matching` boolean, required — Whether case matching is in dry-run mode (requires manual approval)

## 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)
