Update API specifications with fern api update (#3042)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng
2025-07-28 13:36:05 -07:00
committed by GitHub
parent 98026a59be
commit e26dbfcd7c

View File

@@ -3387,7 +3387,7 @@
"anyOf": [ "anyOf": [
{ {
"type": "integer", "type": "integer",
"maximum": 120, "maximum": 240,
"minimum": 5 "minimum": 5
}, },
{ {
@@ -3395,7 +3395,7 @@
} }
], ],
"title": "Timeout", "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 "default": 60
} }
}, },