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

Update Tag

Update a Driving property tag definition.
path idstringrequired
Driving tag ID
body labelstring
Tag label
body colorstring
Tag color value
body sort_ordernumber
Sort order for the tag list
Request example
curl https://api.v2.dealmachine.com/v1/driving/tags/11 \ -X PATCH \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "label": "Vacant property" }'