Notes API¶
Note management with customer and task links.
Prefix: /api/notes
List Notes¶
Create Note¶
Body:
{
"title": "Sprint retro findings",
"body": "## What went well\n- Deploy pipeline stable",
"customer": "Acme Corp",
"task_id": "abc123",
"tags": ["meeting", "retro"]
}
Update Note¶
All fields optional.
Delete Note¶
Reorder Notes¶
Body: Array of note IDs.
Promote to Task¶
Body:
Move Note¶
Body:
Destinations: task, kb, archive.