---
title: "Set Call Case"
method: PATCH
path: "/calls/{call_id}/case"
tags: ["Calls"]
---

# Set Call Case

`PATCH /calls/{call_id}/case`

Set or clear the case associated with a call (developer only).

Pass a case_id to associate the call with a case, or null to clear the association.

Requires developer authentication.

## Path parameters

- `call_id` string, uuid, required

## Request body

- SetCallCaseRequest — Request to set or clear the case associated with a call.
  - `case_id` string, uuid, nullable — Case ID to associate, or null to clear

## Response `200`

Successful Response

- UpdateCallResponse — Response after updating a call record.
  - `success` boolean, required — Whether the call was updated successfully
  - `call_id` string, uuid, required — The ID of the updated call record

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