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
- null
string
Possible values: [super_urgent, urgent, important, nice_to_have]
completedboolean
CardPatch
{
"title": "string",
"description": "string",
"due_date": "2024-07-29T15:51:28.071Z",
"priority": "super_urgent",
"completed": true
}