From da912c17137059da38cff6fc7672f82257968a70 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Sun, 3 Aug 2025 18:58:26 -0700 Subject: [PATCH] Update API specifications with fern api update (#3094) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 40 +++++++++++++------------------ 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index c1c2dd64..068940c2 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -3816,18 +3816,6 @@ 1 ] }, - "workflow_id": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "null" - } - ], - "title": "Workflow Id", - "description": "ID of the workflow this project is associated with" - }, "run_id": { "anyOf": [ { @@ -7465,18 +7453,6 @@ "title": "Organization Id", "description": "ID of the organization that owns this project" }, - "workflow_id": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "null" - } - ], - "title": "Workflow Id", - "description": "ID of the workflow this project is associated with" - }, "run_id": { "anyOf": [ { @@ -10548,6 +10524,22 @@ "status": { "$ref": "#/components/schemas/WorkflowStatus", "default": "published" + }, + "use_cache": { + "type": "boolean", + "title": "Use Cache", + "default": false + }, + "cache_project_id": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Cache Project Id" } }, "type": "object",