Update API specifications with fern api update (#4494)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -3592,6 +3592,31 @@
|
||||
],
|
||||
"title": "Download"
|
||||
},
|
||||
"download_triggered": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Download Triggered"
|
||||
},
|
||||
"downloaded_files": {
|
||||
"anyOf": [
|
||||
{
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Downloaded Files"
|
||||
},
|
||||
"is_upload_file_tag": {
|
||||
"anyOf": [
|
||||
{
|
||||
@@ -5453,6 +5478,25 @@
|
||||
"title": "Organization Id",
|
||||
"description": "ID of the organization that owns this session"
|
||||
},
|
||||
"status": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Status",
|
||||
"description": "Current status of the browser session",
|
||||
"examples": [
|
||||
"created",
|
||||
"running",
|
||||
"completed",
|
||||
"failed",
|
||||
"timeout"
|
||||
]
|
||||
},
|
||||
"runnable_type": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user