File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -374,6 +374,10 @@ components:
374374 type : string
375375 format : date-time
376376 description : When the insight was created
377+ deleted_at :
378+ type : string
379+ format : date-time
380+ description : When the insight was deleted
377381 metadata :
378382 $ref : ' #/components/schemas/Metadata'
379383 required :
@@ -561,4 +565,4 @@ components:
561565 default : production
562566 required :
563567 - source
564- - environment
568+ - environment
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments