---
title: "Update Section"
method: PATCH
path: "/saved/lists/{list_id}/sections/{section_id}"
tags: ["saved"]
---

# Update Section

`PATCH /saved/lists/{list_id}/sections/{section_id}`

## Path parameters

- `list_id` string, uuid, required
- `section_id` string, required

## Headers

- `x-client-id` string, nullable

## Request body

- UpdateSectionRequest
  - `title` string, nullable
  - `blurb` string, nullable
  - `item_ids` string[], nullable

## Response `200`

Successful Response

- SavedSection — `item_ids` is both membership and display order; stale ids drop on read.
  - `id` string, required
  - `title` string, required
  - `blurb` string, nullable
  - `item_ids` string[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-16** `6d2ccd9ff8ca` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/saved/lists/:list_id/sections/:section_id/patch.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/dd78fbd6c358?raw)
