Developers

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

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

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

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

Project identifier

Query Parameters

openAll?boolean

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

Defaultfalse

Response Body

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