---
title: "POST /api/notebooks/{notebook}/create-note"
method: POST
path: "/api/notebooks/{notebook}/create-note"
tags: ["notebook-controller"]
---

# POST /api/notebooks/{notebook}/create-note

`POST /api/notebooks/{notebook}/create-note`

## Path parameters

- `notebook` integer, required

## Request body

- NoteCreationDTO
  - `newTitle` string
  - `referenceHandling` 'UPDATE_VISIBLE_TEXT' | 'KEEP_VISIBLE_TEXT'
  - `folderId` integer
  - `content` string

## Response `200`

OK

## Changes

- **2026-09-13** `370013d86c63` — 1 warning
  - removed the optional property `note/deletedAt` from the response with the `200` status
- **2026-09-11** `ca8ca2c2c4ff` — 1 warning
  - changed the pattern of the request property `newTitle` from `^[\s\x00-\x1F]*[^\\/:*?"<>|\x00-\x1F]*[\s\x00-\x1F]*$` to `^[\s\x00-\x1F]*[^\\/:*?"<>\x00-\x1F]*[\s\x00-\x1F]*$`
- **2026-09-01** `fe725cad0905` — 1 breaking, 1 info
  - removed the required property `wikiLinks/items/portablePath` from the response with the `200` status
  - added the required property `wikiLinks/items/target` to the response with the `200` status
- **2026-08-31** `4416e327005b` — 1 breaking, 1 info
  - the response property `wikiLinks/items/destinationNoteId` became optional for the status `200`
  - added the required property `wikiLinks/items/resolution` to the response with the `200` status
- **2026-08-31** `f650b15d8c39` — 1 warning, 1 info
  - removed the optional property `wikiTitles` from the response with the `200` status
  - added the optional property `wikiLinks` to the response with the `200` status

[Full history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/notebooks/:notebook/create-note/post.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.dev/nerds-odd-e/apis/openapi-definition/revisions/a80604945e79?raw)
