API ReferenceStage
Changes Status of Stage and all its children(optional) to suspended
Changes Status of Stage and all its children(optional) to suspended
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
Stage identifier
Query Parameters
suspendAll?boolean
If set to true, all boards and tasks will also be suspended, regardless of their status. In case of stage with status OPEN, OPEN&IN-PREP children will be suspended anyway and CLOSED children only if suspendAll is set to true
Default
falseResponse Body
curl -X POST "https://example.com/project/stages/string/status-suspended"Empty
