---
title: "Update notebook readme content directly"
method: PATCH
path: "/api/notebooks/{notebook}/readme-content"
tags: ["notebook-controller"]
---

# Update notebook readme content directly

`PATCH /api/notebooks/{notebook}/readme-content`

Saves the given markdown (with optional YAML frontmatter) as the notebook container's readmeContent field. Blank content clears the field.

## Path parameters

- `notebook` integer, required

## Request body

- NoteUpdateContentDTO
  - `content` string

## Response `200`

OK

## Changes

> 145 revisions in range; 92 could not be searched.

- **2026-07-22** `13f77438750e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/notebooks/:notebook/readme-content/patch.md)

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/44ef688a3dcd/schema)
