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 (#2949)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
23e31dac67
commit
f61ac4b49c
5 changed files with 49 additions and 59 deletions
|
|
@ -2941,6 +2941,37 @@
|
|||
120
|
||||
]
|
||||
},
|
||||
"browser_address": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Browser Address",
|
||||
"description": "Url for connecting to the browser",
|
||||
"examples": [
|
||||
"http://localhost:9222",
|
||||
"https://3.12.10.11/browser/123456"
|
||||
]
|
||||
},
|
||||
"app_url": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "App Url",
|
||||
"description": "Url for the browser session page",
|
||||
"examples": [
|
||||
"https://app.skyvern.com/browser-session/pbs_123456"
|
||||
]
|
||||
},
|
||||
"started_at": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue