Chore/Fix Swagger YAML formatting (#4034)

Fix Swagger YAML formatting
This commit is contained in:
Sunny Modi
2025-02-24 08:44:27 -06:00
committed by GitHub
parent 0e10952b45
commit fe2d16004c
@@ -264,7 +264,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/assistant'
$ref: '#/components/schemas/Assistant'
'400':
description: The specified ID is invalid or body is missing
'404':
@@ -779,6 +779,7 @@ paths:
description: Successfully execute refresh operation
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/VectorUpsertResponse'
@@ -1447,7 +1448,7 @@ paths:
parameters:
- in: path
name: id
required: false
required: true
schema:
type: string
description: Chatflow ID to filter records by
@@ -2036,7 +2037,7 @@ components:
properties:
type:
type: string
enum: [audio, url, file, file:rag, file:full]
enum: [audio, url, file, 'file:rag', 'file:full']
description: The type of file upload
example: file
name: