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

---

[API](https://skmtc.net/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.net/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/versions/8597ffe92eda/schema)
