Developers

Changes Status of Stage and all its children(optional) to suspended

POST
/project/stages/{id}/status-suspended

Changes Status of Stage and all its children(optional) to suspended

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

Defaultfalse

Response Body

curl -X POST "https://example.com/project/stages/string/status-suspended"
Empty