Skip to main content
POST
Update an existing note by ID.

Authorization

Requires user permission features.notes or admin role, plus write access to the note.

Path Parameters

string
required
Unique identifier of the note to update

Request Body

string
Updated title of the note
object
Updated note content data
string
ID of the folder to move the note to
array
Updated access control grants for sharing the note

Response

Returns the updated note object.
string
required
Unique identifier for the note
string
required
ID of the note owner
string
required
Updated title of the note
object
Updated note content data
string
ID of the folder containing the note
array
Updated access control grants for the note
integer
required
Unix timestamp of last update
integer
required
Unix timestamp of creation

Access Control

  • Users must have features.notes permission enabled
  • User must be the note owner OR have write access via access grants
  • Admin users can update any note
  • Access grants are filtered based on sharing.public_notes permission
  • Emits WebSocket event note-events to room note:{id} after successful update