Skip to content

Commit d1af9c9

Browse files
authored
Update swagger.yaml
1 parent 710d53d commit d1af9c9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

swagger.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,21 @@ paths:
193193
name: ot
194194
required: true
195195
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
207+
in: query
208+
name: message
209+
required: false
210+
type: string
196211
produces:
197212
- application/json
198213
responses:

0 commit comments

Comments
 (0)