---
title: "PATCH /api/text_content/{note}/title"
method: PATCH
path: "/api/text_content/{note}/title"
tags: ["text-content-controller"]
---

# PATCH /api/text_content/{note}/title

`PATCH /api/text_content/{note}/title`

## Path parameters

- `note` integer, required

## Request body

- NoteUpdateTitleDTO
  - `newTitle` string
  - `referenceHandling` 'UPDATE_VISIBLE_TEXT' | 'KEEP_VISIBLE_TEXT'

## 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/text_content/:note/title/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.dev/nerds-odd-e/apis/openapi-definition/revisions/1842c168f3f0?raw)
