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

## Changes

> 50 revisions in range; 1 not diffed.

- **2024-11-06** `e96b7b35b6db` — 2 warning
  - removed the request property `title`
  - removed the optional property `title` from the response with the `201` status
- **2024-10-21** `0d9103572798` — 1 info
  - endpoint added
- **2022-02-07** `2a4d90a64f88` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/apivideo/apis/api-video/changes/summaries/:summaryId/source/patch.md)

---

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