We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dbc0a commit 1e8df0cCopy full SHA for 1e8df0c
docs/api-reference/openapi3.json
@@ -3023,6 +3023,30 @@
3023
"agent_run_id": {
3024
"type": "integer",
3025
"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
3041
3042
3043
3044
3045
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"
3050
}
3051
},
3052
"type": "object",
0 commit comments