File tree 1 file changed +26
-1
lines changed
packages/api-documentation/src/yml
1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,14 @@ paths:
62
62
name : startDate
63
63
schema :
64
64
type : string
65
+ example : 2025-01-01T11:28:36.000Z
65
66
format : date-time
66
67
description : Filter by start date
67
68
- in : query
68
69
name : endDate
69
70
schema :
70
71
type : string
72
+ example : 2025-01-13T11:28:36.000Z
71
73
format : date-time
72
74
description : Filter by end date
73
75
- in : query
80
82
schema :
81
83
type : string
82
84
enum : [THUMBS_UP, THUMBS_DOWN]
83
- description : Filter by feedback type
85
+ description : Filter by feedback type. Only applicable if feedback is true
84
86
responses :
85
87
' 200 ' :
86
88
description : A list of chat messages
@@ -130,6 +132,29 @@ paths:
130
132
type : string
131
133
enum : [INTERNAL, EXTERNAL]
132
134
description : Filter by chat type
135
+ - in : query
136
+ name : startDate
137
+ schema :
138
+ type : string
139
+ example : 2025-01-01T11:28:36.000Z
140
+ description : Filter by start date
141
+ - in : query
142
+ name : endDate
143
+ schema :
144
+ type : string
145
+ example : 2025-01-13T11:28:36.000Z
146
+ description : Filter by end date
147
+ - in : query
148
+ name : feedbackType
149
+ schema :
150
+ type : string
151
+ enum : [THUMBS_UP, THUMBS_DOWN]
152
+ description : Filter by feedback type
153
+ - in : query
154
+ name : hardDelete
155
+ schema :
156
+ type : boolean
157
+ description : If hardDelete is true, messages will be deleted from the third party service as well
133
158
responses :
134
159
' 200 ' :
135
160
description : Chat messages deleted successfully
You can’t perform that action at this time.
0 commit comments