API update and bugfixes
June 7th, 2026
- Added
campaign_id,milestone_id, andmodified_atfields to theTaskResponse schemareturned byGET /tasks/{id}to align its root-level properties with theTaskListResponseItemschema returned byGET /tasks. For full schema details, see the API reference. - Corrected an incorrect type definition in the
TaskListResponseItemschema returned by theGET /tasksendpoint. ID fields were previously documented astype: objectand are now correctly defined astype: string. This was a documentation error only and does not require any changes to request or response behavior on the client side. For details, see the API reference.
