curl -X PATCH https://api.mavioapp.com/v1/notes/nte_a1b2c3d4e5 \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"title": "Key Decisions (Updated)",
"content": "## Decisions Made\n\n- Launch date moved to April 22nd\n- Stripe integration prioritized\n- QA sprint starts Monday\n- Added staging deployment requirement"
}'
{
"id": "nte_a1b2c3d4e5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Key Decisions (Updated)",
"content": "## Decisions Made\n\n- Launch date moved to April 22nd\n- Stripe integration prioritized\n- QA sprint starts Monday\n- Added staging deployment requirement",
"author": {
"id": "usr_f6g7h8",
"name": "Sarah Chen"
},
"created_at": "2026-04-10T15:02:00Z",
"updated_at": "2026-04-14T10:12:33Z"
}
Update the title or content of an existing note.
curl -X PATCH https://api.mavioapp.com/v1/notes/nte_a1b2c3d4e5 \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"title": "Key Decisions (Updated)",
"content": "## Decisions Made\n\n- Launch date moved to April 22nd\n- Stripe integration prioritized\n- QA sprint starts Monday\n- Added staging deployment requirement"
}'
{
"id": "nte_a1b2c3d4e5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Key Decisions (Updated)",
"content": "## Decisions Made\n\n- Launch date moved to April 22nd\n- Stripe integration prioritized\n- QA sprint starts Monday\n- Added staging deployment requirement",
"author": {
"id": "usr_f6g7h8",
"name": "Sarah Chen"
},
"created_at": "2026-04-10T15:02:00Z",
"updated_at": "2026-04-14T10:12:33Z"
}
nte_a1b2c3d4e5).null to remove the title.curl -X PATCH https://api.mavioapp.com/v1/notes/nte_a1b2c3d4e5 \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"title": "Key Decisions (Updated)",
"content": "## Decisions Made\n\n- Launch date moved to April 22nd\n- Stripe integration prioritized\n- QA sprint starts Monday\n- Added staging deployment requirement"
}'
{
"id": "nte_a1b2c3d4e5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Key Decisions (Updated)",
"content": "## Decisions Made\n\n- Launch date moved to April 22nd\n- Stripe integration prioritized\n- QA sprint starts Monday\n- Added staging deployment requirement",
"author": {
"id": "usr_f6g7h8",
"name": "Sarah Chen"
},
"created_at": "2026-04-10T15:02:00Z",
"updated_at": "2026-04-14T10:12:33Z"
}