-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SDK changes for Import Campaign API (#259)
* SDK changes for Import Campaign API * changelog and updated version * date change * Removing url and method from func args * Retaining url and method in func args * review comments changes * assigning None to url and method in import_campaign method * updating change log date --------- Co-authored-by: Thumpala Vinay Kumar <vinay.kumar@Thumpala-Vinay-Kumars-MacBook-Air.local> Co-authored-by: Sajal Singhal <sajal.singhal@ip-192-168-1-6.ap-south-1.compute.internal> Co-authored-by: Sajal Singhal <sajal.singhal@sajalsinghals-MacBook-Air.local>
- Loading branch information
1 parent
612e582
commit 412e40f
Showing
6 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# -*- coding: utf-8 -*- | ||
__version__ = '4.48.2' | ||
__version__ = '4.49.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"api_id": "2c6c5e16-090a-11ed-bb48-0242ac110004", | ||
"campaign_id": "CNTQ0OD", | ||
"message": "Request to import campaign was received and is being processed." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters