From e26dbfcd7c02ab82d9a8b246eb85b9a2b09c0b60 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Mon, 28 Jul 2025 13:36:05 -0700 Subject: [PATCH] Update API specifications with fern api update (#3042) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index 2b5efd11..0bec2244 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -3387,7 +3387,7 @@ "anyOf": [ { "type": "integer", - "maximum": 120, + "maximum": 240, "minimum": 5 }, { @@ -3395,7 +3395,7 @@ } ], "title": "Timeout", - "description": "Timeout in minutes for the session. Timeout is applied after the session is started. Must be between 5 and 120. Defaults to 60.", + "description": "Timeout in minutes for the session. Timeout is applied after the session is started. Must be between 5 and 240. Defaults to 60.", "default": 60 } },