Skip to main content
PATCH
Update note

Path Parameters

note_id
string
required

Body

application/json

PATCH /v1/projects/{project_id}/notes/{note_id}

title
string | null
Required string length: 1 - 200
body
string | null
Maximum string length: 50000
note_type
string | null
Maximum string length: 50
pinned
boolean | null
tags
string[] | null
Maximum string length: 50

Response

Note updated

Note resource representation.

id
string
required
title
string
required
body
string
required
pinned
boolean
required
project_id
string
required
external_id
string | null

Human-readable slug for the URL (/projects/<slug>/notes/<external_id>). Derived from title at create time and immutable. May be null on legacy rows pre-migration 102 - frontend falls back to id.

note_type
string | null
tags
string[]
created_at
string<date-time> | null
updated_at
string<date-time> | null