Update API specifications with fern api update (#3771)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng 2025-10-19 23:26:53 -07:00 committed by GitHub
parent c2d7e6f2d0
commit d639b569cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -465,7 +465,7 @@
"Workflows"
],
"summary": "Get Workflows",
"description": "Get all workflows with the latest version for the organization.",
"description": "Get all workflows with the latest version for the organization.\n\nSearch semantics:\n- If `search_key` is provided, its value is used as a unified search term for both\n `workflows.title` and workflow parameter metadata (key, description, and default_value for\n `WorkflowParameterModel`).\n- Falls back to deprecated `title` (title-only search) if `search_key` is not provided.\n- Parameter metadata search excludes soft-deleted parameter rows across all parameter tables.",
"operationId": "get_workflows_v1_workflows_get",
"parameters": [
{
@ -510,15 +510,37 @@
"title": "Only Workflows"
}
},
{
"name": "search_key",
"in": "query",
"required": false,
"schema": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Unified search across workflow title and parameter metadata (key, description, default_value).",
"title": "Search Key"
},
"description": "Unified search across workflow title and parameter metadata (key, description, default_value)."
},
{
"name": "title",
"in": "query",
"required": false,
"schema": {
"type": "string",
"description": "Deprecated: use search_key instead.",
"deprecated": true,
"default": "",
"title": "Title"
}
},
"description": "Deprecated: use search_key instead.",
"deprecated": true
},
{
"name": "template",
@ -2744,6 +2766,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"task_type": {
"type": "string",
"title": "Task Type",
@ -2963,11 +2990,6 @@
"title": "Cache Actions",
"default": false
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": {
"type": "boolean",
"title": "Complete Verification",
@ -4317,6 +4339,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"code": {
"type": "string",
"title": "Code"
@ -5011,6 +5038,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"url": {
"type": "string",
"title": "Url"
@ -5097,6 +5129,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"task_type": {
"type": "string",
"title": "Task Type",
@ -5309,11 +5346,6 @@
"title": "Cache Actions",
"default": false
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": {
"type": "boolean",
"title": "Complete Verification",
@ -5496,6 +5528,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"task_type": {
"type": "string",
"title": "Task Type",
@ -5715,11 +5752,6 @@
"title": "Cache Actions",
"default": false
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": {
"type": "boolean",
"title": "Complete Verification",
@ -6074,6 +6106,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"file_url": {
"type": "string",
"title": "File Url"
@ -6209,6 +6246,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"storage_type": {
"$ref": "#/components/schemas/FileStorageType",
"default": "s3"
@ -6480,6 +6522,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"loop_blocks": {
"items": {
"oneOf": [
@ -6830,6 +6877,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"method": {
"type": "string",
"title": "Method",
@ -7154,6 +7206,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"task_type": {
"type": "string",
"title": "Task Type",
@ -7373,11 +7430,6 @@
"title": "Cache Actions",
"default": false
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": {
"type": "boolean",
"title": "Complete Verification",
@ -7669,6 +7721,22 @@
"pbs_123456"
]
},
"browser_address": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Browser Address",
"description": "The CDP address for the task.",
"examples": [
"http://127.0.0.1:9222",
"ws://127.0.0.1:9222/devtools/browser/1234567890"
]
},
"extra_http_headers": {
"anyOf": [
{
@ -7846,6 +7914,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"task_type": {
"type": "string",
"title": "Task Type",
@ -8058,11 +8131,6 @@
"title": "Cache Actions",
"default": false
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": {
"type": "boolean",
"title": "Complete Verification",
@ -8647,6 +8715,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"file_url": {
"type": "string",
"title": "File Url"
@ -9002,6 +9075,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"smtp_host": {
"$ref": "#/components/schemas/AWSSecretParameter"
},
@ -9437,6 +9515,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"task_type": {
"type": "string",
"title": "Task Type",
@ -9656,11 +9739,6 @@
"title": "Cache Actions",
"default": false
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": {
"type": "boolean",
"title": "Complete Verification",
@ -10466,6 +10544,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"prompt": {
"type": "string",
"title": "Prompt"
@ -10597,6 +10680,11 @@
"type": "integer",
"title": "Max Steps",
"default": 25
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
}
},
"type": "object",
@ -10638,6 +10726,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"llm_key": {
"type": "string",
"title": "Llm Key",
@ -11077,6 +11170,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"path": {
"anyOf": [
{
@ -11175,6 +11273,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"task_type": {
"type": "string",
"title": "Task Type",
@ -11387,11 +11490,6 @@
"title": "Cache Actions",
"default": false
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": {
"type": "boolean",
"title": "Complete Verification",
@ -11520,6 +11618,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"task_type": {
"type": "string",
"title": "Task Type",
@ -11739,11 +11842,6 @@
"title": "Cache Actions",
"default": false
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"complete_verification": {
"type": "boolean",
"title": "Complete Verification",
@ -11851,6 +11949,11 @@
}
],
"title": "Parameter Keys"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
}
},
"type": "object",
@ -11924,6 +12027,11 @@
],
"title": "Model"
},
"disable_cache": {
"type": "boolean",
"title": "Disable Cache",
"default": false
},
"wait_sec": {
"type": "integer",
"title": "Wait Sec"
@ -13701,6 +13809,34 @@
"title": "Run Type",
"description": "Type of run - always workflow_run for workflow runs"
},
"run_with": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Run With",
"description": "Whether the workflow run was executed with agent or code",
"examples": [
"agent",
"code"
]
},
"ai_fallback": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Ai Fallback",
"description": "Whether to fallback to AI if code run fails."
},
"run_request": {
"anyOf": [
{