You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: swagger.yaml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,21 @@ paths:
193
193
name: ot
194
194
required: true
195
195
type: integer
196
+
- description: Tag (will tag be stored with any associated recording)
197
+
in: query
198
+
name: tag
199
+
required: false
200
+
type: string
201
+
- description: AIJSON - any JSON you want passed onto other alert based actions. The presence of AIJSON will also tag the recording and alert as being AI generated.
202
+
in: query
203
+
name: aijson
204
+
required: false
205
+
type: string
206
+
- description: Message - any human readable message you want passed onto other alert based actions
0 commit comments