Skip to main content

FeedbackKanbanCardUpdatePayload

Payload to move/update a feedback kanban card. At least one field must be provided.

column object
anyOf
FeedbackKanbanColumn

Possible values: [new, grooming, in_progress, done]

order object
anyOf
integer

Possible values: >= 0

notes object
anyOf
string
FeedbackKanbanCardUpdatePayload
{
"column": "new",
"order": 0,
"notes": "string"
}