mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user