Skip to main content
POST
Close every open card in a workflow status

Authorizations

Authorization
string
header
default:dav_ak_live_your_token
required

Personal access token. The scopes granted at issuance determine both which operations the key may call and the ceiling on the resource permissions it can exercise. Each scope family is a ladder: projects:manage implies projects:write and projects:read; cards:manage implies cards:write and cards:read; and teams:manage implies teams:write and teams:read. These are named API capability bundles, not blanket domain roles: manage exposes only the permissions enumerated for that scope and never bypasses the acting user's current role-based access.

Path Parameters

orgId
string<uuid>
required

Organization id.

teamId
string<uuid>
required

Agile team id.

statusId
string<uuid>
required

Team workflow-status id.

Body

application/json
expectedHistoryHeadIds
object

Latest known history head keyed by every card the bulk write may affect.

Response

Bounded summary of cards closed by the transaction.

teamId
string<uuid>
required
statusId
string<uuid>
required
closeMode
enum<string>
required
Available options:
off,
manual,
automatic
closedCount
integer
required
Required range: x >= 0
cardIds
string<uuid>[]
required
Maximum array length: 100
historyHeads
object[]
required
Maximum array length: 100
truncated
boolean
required