Freelo Update Note
freelo_update_noteUpdate an existing note by specifying its ID and only the fields to change. Provide a new title, content, or both to modify the note.
Instructions
Updates an existing note's title or content. All fields are optional - only provide what needs to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | Note ID (e.g., "12345"). Get from freelo_get_note. | |
| noteData | Yes | Updated note data - only include fields to change |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Note name | |
| uuid | Yes | UUID identifier | |
| author | No | User object | |
| content | No | Note content | |
| date_add | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| project_id | No | Project ID | |
| date_edited_at | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") |