---
title: "Update summary details"
method: PATCH
path: "/summaries/{summaryId}/source"
tags: ["Summaries"]
---

# Update summary details

`PATCH /summaries/{summaryId}/source`

Update details for a summary.

## Path parameters

- `summaryId` string, required

## Request body

- SummaryUpdatePayload
  - `abstract` string — A short outline of the contents of the video.
  - `takeaways` string[] — A list of 3 key points from the video, in chronological order.

## Response `201`

Created

- SummarySource
  - `abstract` string — A short outline of the contents of the video. The length of an `abstract` depends on the amount of content in a video that can be transcribed. The API condenses the contents into minimum 20, maximum 300 words.
  - `takeaways` string[] — A list of 3 key points from the video, in chronological order.

## Other responses

- `409` — Conflict

---

[API](https://skmtc.net/apivideo/apis/api-video.md) · [All operations](https://skmtc.net/apivideo/apis/api-video/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apivideo/api-video/revisions/45ec26f342b6/schema)
