mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Chore/swagger update (#3860)
* update swagger spec * update api docs to include doc store file chunks * update swagger api * update swagger api
This commit is contained in:
@@ -62,12 +62,14 @@ paths:
|
|||||||
name: startDate
|
name: startDate
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
example: 2025-01-01T11:28:36.000Z
|
||||||
format: date-time
|
format: date-time
|
||||||
description: Filter by start date
|
description: Filter by start date
|
||||||
- in: query
|
- in: query
|
||||||
name: endDate
|
name: endDate
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
example: 2025-01-13T11:28:36.000Z
|
||||||
format: date-time
|
format: date-time
|
||||||
description: Filter by end date
|
description: Filter by end date
|
||||||
- in: query
|
- in: query
|
||||||
@@ -80,7 +82,7 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
enum: [THUMBS_UP, THUMBS_DOWN]
|
enum: [THUMBS_UP, THUMBS_DOWN]
|
||||||
description: Filter by feedback type
|
description: Filter by feedback type. Only applicable if feedback is true
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: A list of chat messages
|
description: A list of chat messages
|
||||||
@@ -130,6 +132,29 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
enum: [INTERNAL, EXTERNAL]
|
enum: [INTERNAL, EXTERNAL]
|
||||||
description: Filter by chat type
|
description: Filter by chat type
|
||||||
|
- in: query
|
||||||
|
name: startDate
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
example: 2025-01-01T11:28:36.000Z
|
||||||
|
description: Filter by start date
|
||||||
|
- in: query
|
||||||
|
name: endDate
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
example: 2025-01-13T11:28:36.000Z
|
||||||
|
description: Filter by end date
|
||||||
|
- in: query
|
||||||
|
name: feedbackType
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
enum: [THUMBS_UP, THUMBS_DOWN]
|
||||||
|
description: Filter by feedback type
|
||||||
|
- in: query
|
||||||
|
name: hardDelete
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
description: If hardDelete is true, messages will be deleted from the third party service as well
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Chat messages deleted successfully
|
description: Chat messages deleted successfully
|
||||||
|
|||||||
Reference in New Issue
Block a user