---
title: "Changes to POST /api/notebooks/create"
method: POST
path: "/api/notebooks/create"
---

# Changes to POST /api/notebooks/create

`POST /api/notebooks/create`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 195 revisions.

- **2026-09-11** `ca8ca2c2c4ff` — 1 warning
- **2026-08-19** `6c31eea0ac37` — 1 warning
- **2026-08-10** `e098b5c35777` — 1 info
- **2026-08-06** `bed72673355f` — 1 info
- **2026-07-22** `13f77438750e` — 2 warning, 2 info
- **2026-05-12** `449d014829c1` — 1 info
- **2026-05-12** `5c61e52feed2` — 1 warning
- **2026-05-12** `de5624b4a98c` — 2 info
- **2026-05-12** `9938ed2fbfde` — 1 info
- **2026-05-11** `d7c2946139e9` — 3 warning

## Changes

- **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-08-19** `6c31eea0ac37` — 1 warning
  - changed the pattern of the request property `newTitle` from `^[^\\/:]*$` to `^[\s\x00-\x1F]*[^\\/:*?"<>|\x00-\x1F]*[\s\x00-\x1F]*$`
- **2026-08-10** `e098b5c35777` — 1 info
  - the request property `newTitle` became optional
- **2026-08-06** `bed72673355f` — 1 info
  - added the new optional request property `notebookGroupId`
- **2026-07-22** `13f77438750e` — 2 warning, 2 info
  - removed the optional property `indexContent` from the response with the `200` status
  - removed the optional property `notebook/indexContent` from the response with the `200` status
  - added the optional property `notebook/readmeContent` to the response with the `200` status
  - added the optional property `readmeContent` to the response with the `200` status
- **2026-05-12** `449d014829c1` — 1 info
  - added the new optional request property `referenceHandling`
- **2026-05-12** `5c61e52feed2` — 1 warning
  - removed the optional property `indexNoteId` from the response with the `200` status
- **2026-05-12** `de5624b4a98c` — 2 info
  - added the optional property `indexContent` to the response with the `200` status
  - added the optional property `notebook/indexContent` to the response with the `200` status
- **2026-05-12** `9938ed2fbfde` — 1 info
  - added the optional property `indexNoteId` to the response with the `200` status
- **2026-05-11** `d7c2946139e9` — 3 warning
  - removed the request property `referenceHandling`
  - removed the optional property `indexContent` from the response with the `200` status
  - removed the optional property `notebook/indexContent` from the response with the `200` status

---

[Operation](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/docs/api/notebooks/create/post.md) · [API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [Page](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/notebooks/create/post)
