Introduced the GET /tasks/{task_id}/assets/{asset_id}/drafts
endpoint, allowing the retrieval of drafts associated with a task asset.
Introduced the GET /workflows/{workflow_id}
endpoint, allowing the retrieval of details about a specific workflow.
Added the PATCH /fields/{id}
endpoint, which lets you update field settings. You can use it to automatically sync field values from a third-party platform.
Updated the description of the due_at
field in the request payload of the POST /task
endpoint.