fix: resync api spec (#1987)

This commit is contained in:
Sébastien Han 2025-04-17 17:36:04 +02:00 committed by GitHub
parent 326cbba579
commit cb874287a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -5235,7 +5235,7 @@
"enable_session_persistence": { "enable_session_persistence": {
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"description": "Whether to persist session data" "description": "Optional flag indicating whether session data has to be persisted"
}, },
"response_format": { "response_format": {
"$ref": "#/components/schemas/ResponseFormat", "$ref": "#/components/schemas/ResponseFormat",

View file

@ -3698,7 +3698,8 @@ components:
enable_session_persistence: enable_session_persistence:
type: boolean type: boolean
default: false default: false
description: Whether to persist session data description: >-
Optional flag indicating whether session data has to be persisted
response_format: response_format:
$ref: '#/components/schemas/ResponseFormat' $ref: '#/components/schemas/ResponseFormat'
description: Optional response format configuration description: Optional response format configuration