Developers

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

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

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

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

Stage identifier

Query Parameters

openAll?boolean

If set to true, all boards and tasks will also be opened, regardless of their status

Defaultfalse

Response Body

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