Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Update General Note

Update a general Driving note.
path idstringrequired
General note ID
body titlestring
Updated note title
body contentstring
Updated note content
body is_pinnedboolean
Whether the note should be pinned
Request example
curl https://api.v2.dealmachine.com/v1/driving/general-notes/30 \ -X PATCH \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "content": "Updated", "is_pinned": true }'