Skip to main content

Update a cycle

PATCH 

/api/projects/:id/cycles/:cycleId

Update a cycle. Send descriptive fields to edit it, OR a { state: "active" | "completed" } body to transition its lifecycle (activate enforces one-active-per-project and writes the activation snapshot; complete freezes the close snapshot). state and descriptive fields are mutually exclusive, and an empty descriptive body (no fields) is rejected with 400.

Request

Responses

Successful response