Skip to content

Commit 79d6fcd

Browse files
committed
campaign status
1 parent 6e1b567 commit 79d6fcd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

analytics.asyncapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,10 @@ components:
374374
type: string
375375
format: date-time
376376
description: When the insight was created
377-
removed_at:
377+
updated_at:
378378
type: string
379379
format: date-time
380-
description: When the insight was removed
380+
description: When the insight was updated
381381
metadata:
382382
$ref: '#/components/schemas/Metadata'
383383
required:

campaign.asyncapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ components:
113113
description:
114114
type: string
115115
description: Campaign description
116+
status:
117+
type: string
118+
description: Campaign status
116119
target_audience:
117120
$ref: '#/components/schemas/TargetAudience'
118121
notification_template:

0 commit comments

Comments
 (0)