Note
Update an existing note
Modifies an existing note's content, metadata, or attachments. Partial updates are supported through the NoteUpdateDto object. Only the note owner or users with project manager/owner roles can update notes. The note's last update timestamp will be automatically updated.
put/v1/notes/{id}
Path parameters
idstring required
Unique identifier of the note to update
Request body
Response
Note successfully updated