---
title: "Update Call Summary"
method: PATCH
path: "/calls/{call_id}/summary"
tags: ["Calls"]
---

# Update Call Summary

`PATCH /calls/{call_id}/summary`

Update a call's long_summary. Requires developer authentication.

## Path parameters

- `call_id` string, uuid, required

## Request body

- UpdateCallSummaryRequest — Request to update a call summary's long_summary.
  - `long_summary` string, nullable — Updated long summary text

## Response `200`

Successful Response

- UpdateCallSummaryResponse — Response after updating a call summary.
  - `success` boolean, required — Whether the summary was updated successfully
  - `summary_id` string, uuid, required — The ID of the updated summary

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