mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
Update API specifications with fern api update (#2935)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
22063d01fd
commit
49590a51a5
1 changed files with 32 additions and 2 deletions
|
|
@ -1927,6 +1927,9 @@
|
|||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
|
|
@ -3282,7 +3285,7 @@
|
|||
"anyOf": [
|
||||
{
|
||||
"type": "integer",
|
||||
"maximum": 10080,
|
||||
"maximum": 120,
|
||||
"minimum": 5
|
||||
},
|
||||
{
|
||||
|
|
@ -3290,7 +3293,7 @@
|
|||
}
|
||||
],
|
||||
"title": "Timeout",
|
||||
"description": "Timeout in minutes for the session. Timeout is applied after the session is started. Must be between 5 and 10080. Defaults to 60.",
|
||||
"description": "Timeout in minutes for the session. Timeout is applied after the session is started. Must be between 5 and 120. Defaults to 60.",
|
||||
"default": 60
|
||||
}
|
||||
},
|
||||
|
|
@ -3714,6 +3717,9 @@
|
|||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
|
|
@ -3925,6 +3931,9 @@
|
|||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
|
|
@ -4085,6 +4094,9 @@
|
|||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
|
|
@ -5413,6 +5425,9 @@
|
|||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
|
|
@ -5829,6 +5844,9 @@
|
|||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
|
|
@ -7191,6 +7209,9 @@
|
|||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
|
|
@ -7419,6 +7440,9 @@
|
|||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
|
|
@ -8589,6 +8613,9 @@
|
|||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
|
|
@ -8889,6 +8916,9 @@
|
|||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue