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 6e1b567 commit 79d6fcdCopy full SHA for 79d6fcd
analytics.asyncapi.yaml
@@ -374,10 +374,10 @@ components:
374
type: string
375
format: date-time
376
description: When the insight was created
377
- removed_at:
+ updated_at:
378
379
380
- description: When the insight was removed
+ description: When the insight was updated
381
metadata:
382
$ref: '#/components/schemas/Metadata'
383
required:
campaign.asyncapi.yaml
@@ -113,6 +113,9 @@ components:
113
description:
114
115
description: Campaign description
116
+ status:
117
+ type: string
118
+ description: Campaign status
119
target_audience:
120
$ref: '#/components/schemas/TargetAudience'
121
notification_template:
0 commit comments