cURL
curl --request PATCH \ --url https://api.example.com/api/v1/assignments/:id
Update an existing assignment.
upcoming
active
complete
curl -X PATCH \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{"status": "complete", "end_date": "2025-04-06"}' \ https://app.taxhomebase.com/api/v1/assignments/1