API ReferenceBoard
Changes Status of Board and all its children(optional) to suspended
Changes Status of Board and all its children(optional) to suspended
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
Board identifier
Query Parameters
suspendAll?boolean
If set to true all tasks will also be suspended, if set to false only not closed tasks will be suspended
Default
falseResponse Body
curl -X POST "https://example.com/project/boards/string/status-suspended"Empty
