New endpoint
July 14th, 2025
Introduced the PATCH /tasks/:taskId/steps/:stepId
endpoint to update a task's specific step. For now, CMP only lets you update the step's due date through the due_at
property in the request body.
Note
When you update a step's due date in the CMP web interface, a message displays about temporal or sequential constraints based on the due date of other steps. However, this API updates the step's due date while superceding any validation for the workflow.