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

Reassign Assignment

Reassign a Driving assignment. Send null for assigned_to_user_id to unassign it.
path idstringrequired
Assignment ID
body assigned_to_user_idnumber | nullrequired
New assigned user ID, or null to unassign
Request example
curl https://api.v2.dealmachine.com/v1/driving/assignments/100 \ -X PATCH \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "assigned_to_user_id": 456 }'