mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
Update API specifications with fern api update (#3556)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
d4de6a4d09
commit
8fd5db7d12
1 changed files with 20 additions and 8 deletions
|
|
@ -11909,10 +11909,16 @@
|
|||
],
|
||||
"title": "Extra Http Headers"
|
||||
},
|
||||
"generate_script": {
|
||||
"type": "boolean",
|
||||
"title": "Generate Script",
|
||||
"default": false
|
||||
"run_with": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Run With"
|
||||
},
|
||||
"ai_fallback": {
|
||||
"type": "boolean",
|
||||
|
|
@ -12103,10 +12109,16 @@
|
|||
"$ref": "#/components/schemas/WorkflowStatus",
|
||||
"default": "published"
|
||||
},
|
||||
"generate_script": {
|
||||
"type": "boolean",
|
||||
"title": "Generate Script",
|
||||
"default": false
|
||||
"run_with": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Run With"
|
||||
},
|
||||
"ai_fallback": {
|
||||
"type": "boolean",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue