# Modify a note Modifies the project/folder Note specified by note_id. The specified note is modified by simply supplying replacement text contents in the name field of the payload JSON object. For more description of notes and their representation, see POST /projects/:p/notes. Endpoint: PATCH /projects/{project_id}/notes/{note_id} Version: 1.0 ## Path parameters: - `project_id` (integer, required) The project ID. - `note_id` (string, required) The note ID. ## Response 200 fields