We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f7bb5 commit 9c54b27Copy full SHA for 9c54b27
analytics.asyncapi.yaml
@@ -374,6 +374,10 @@ components:
374
type: string
375
format: date-time
376
description: When the insight was created
377
+ updadet_at:
378
+ type: string
379
+ format: date-time
380
+ description: When the insight was updated
381
metadata:
382
$ref: '#/components/schemas/Metadata'
383
required:
@@ -384,6 +388,7 @@ components:
384
388
- description
385
389
- severity
386
390
- created_at
391
+ - updated_at
387
392
393
AnalyticsAlert:
394
name: AnalyticsAlert
@@ -561,4 +566,4 @@ components:
561
566
default: production
562
567
563
568
- source
564
- - environment
569
+ - environment
0 commit comments