Update API specifications with fern api update (#3556)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -11909,10 +11909,16 @@
|
|||||||
],
|
],
|
||||||
"title": "Extra Http Headers"
|
"title": "Extra Http Headers"
|
||||||
},
|
},
|
||||||
"generate_script": {
|
"run_with": {
|
||||||
"type": "boolean",
|
"anyOf": [
|
||||||
"title": "Generate Script",
|
{
|
||||||
"default": false
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Run With"
|
||||||
},
|
},
|
||||||
"ai_fallback": {
|
"ai_fallback": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
@@ -12103,10 +12109,16 @@
|
|||||||
"$ref": "#/components/schemas/WorkflowStatus",
|
"$ref": "#/components/schemas/WorkflowStatus",
|
||||||
"default": "published"
|
"default": "published"
|
||||||
},
|
},
|
||||||
"generate_script": {
|
"run_with": {
|
||||||
"type": "boolean",
|
"anyOf": [
|
||||||
"title": "Generate Script",
|
{
|
||||||
"default": false
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Run With"
|
||||||
},
|
},
|
||||||
"ai_fallback": {
|
"ai_fallback": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
Reference in New Issue
Block a user