From 1614910e8c732c355e3cbf9b7835d115661395a1 Mon Sep 17 00:00:00 2001 From: Himanshurao27 Date: Thu, 16 May 2024 11:37:51 +0530 Subject: [PATCH] feat-add-override-cr-name --- admin-openapi-1.2.59.yaml | 10 ++++++++++ models/campaign.v1.yaml | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/admin-openapi-1.2.59.yaml b/admin-openapi-1.2.59.yaml index 25b3c42..25bc1fe 100644 --- a/admin-openapi-1.2.59.yaml +++ b/admin-openapi-1.2.59.yaml @@ -9086,6 +9086,11 @@ components: maximum: 1 overrideAppNameWithCsvValues: type: integer + overrideCreativeName: + type: string + enum: + - 'yes' + - 'no' blockedPubs: type: array items: @@ -9328,6 +9333,11 @@ components: type: string overrideAppNameWithCsvValues: type: integer + overrideCreativeName: + type: string + enum: + - 'yes' + - 'no' blacklistPostbackPubs: type: array items: diff --git a/models/campaign.v1.yaml b/models/campaign.v1.yaml index 9f55e8d..84c5379 100644 --- a/models/campaign.v1.yaml +++ b/models/campaign.v1.yaml @@ -174,6 +174,11 @@ properties: overrideAppNameWithCsvValues: type: integer default: Null + overrideCreativeName: + type: string + enum: + - 'yes' + - 'no' hops: type: integer convPending: