API ReferenceBoard
Changes Status of Board and all its children(optional) to open
Changes Status of Board and all its children(optional) to open
Authorization
apiKey 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.
Default
falseResponse Body
curl -X POST "https://example.com/project/boards/string/status-open"Empty
