Developers

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

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

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

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

Board identifier

Query Parameters

openAll?boolean

If set to true tasks will also be opened, regardless of their status. If set to false(default) only the board status is changed.

Defaultfalse

Response Body

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