Skip to main content

CardPatch

titlestring

Possible values: non-empty and <= 240 characters

descriptionstring | nullnullable

Possible values: <= 20000 characters

due_date(string | null)<date-time>nullable
priority object
anyOf
string

Possible values: [super_urgent, urgent, important, nice_to_have]

completedboolean
workstream_idstring<uuid>

Moves the card to another active workstream ("initiative") of the same workspace in the same write, allocating a new identifier and keeping the previous one as a permanent alias — equivalent to transferCardWorkstream, applied atomically with the other fields. When combined with other fields the card's version advances by TWO (one for the transfer, one for the update); read the returned version rather than assuming +1.

CardPatch
{
"title": "string",
"description": "string",
"due_date": "2024-07-29T15:51:28.071Z",
"priority": "super_urgent",
"completed": true,
"workstream_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}