Update API specifications with fern api update (#4494)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng
2026-01-19 16:43:39 -08:00
committed by GitHub
parent b1cc6de7ed
commit a2837d6437

View File

@@ -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": [
{