Developers

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

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

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

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

Defaultfalse

Response Body

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