Skip to content

Commit 1e8df0c

Browse files
committed
Update OpenAPI spec codegen-sh/cloud@88dbc0a
1 parent 88dbc0a commit 1e8df0c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/api-reference/openapi3.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3023,6 +3023,30 @@
30233023
"agent_run_id": {
30243024
"type": "integer",
30253025
"title": "Agent Run Id"
3026+
},
3027+
"before_card_order_id": {
3028+
"anyOf": [
3029+
{
3030+
"type": "string"
3031+
},
3032+
{
3033+
"type": "null"
3034+
}
3035+
],
3036+
"title": "Before Card Order Id",
3037+
"description": "Kanban order key of the card that should come before this agent run in the CANCELLED column"
3038+
},
3039+
"after_card_order_id": {
3040+
"anyOf": [
3041+
{
3042+
"type": "string"
3043+
},
3044+
{
3045+
"type": "null"
3046+
}
3047+
],
3048+
"title": "After Card Order Id",
3049+
"description": "Kanban order key of the card that should come after this agent run in the CANCELLED column"
30263050
}
30273051
},
30283052
"type": "object",

0 commit comments

Comments
 (0)