API ReferenceProject
Changes Status of Project and all its children(optional) to suspended
Changes Status of Project and all its children(optional) to suspended
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
Project identifier
Query Parameters
suspendAll?boolean
If set to true, all stages, boards and tasks will also be suspended, regardless of their status. In case of project with status OPEN, OPEN&IN-PREP children will be suspended anyway and CLOSED children only if suspendAll is set to true
Default
falseResponse Body
curl -X POST "https://example.com/project/projects/string/status-suspended"Empty
