Skip to content

Commit 9c54b27

Browse files
committed
analytics: add updated_at to insight
1 parent 94f7bb5 commit 9c54b27

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

analytics.asyncapi.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,10 @@ components:
374374
type: string
375375
format: date-time
376376
description: When the insight was created
377+
updadet_at:
378+
type: string
379+
format: date-time
380+
description: When the insight was updated
377381
metadata:
378382
$ref: '#/components/schemas/Metadata'
379383
required:
@@ -384,6 +388,7 @@ components:
384388
- description
385389
- severity
386390
- created_at
391+
- updated_at
387392

388393
AnalyticsAlert:
389394
name: AnalyticsAlert
@@ -561,4 +566,4 @@ components:
561566
default: production
562567
required:
563568
- source
564-
- environment
569+
- environment

0 commit comments

Comments
 (0)