We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a909d1 commit b065ac0Copy full SHA for b065ac0
scripts/push_postman_collection.py
@@ -112,7 +112,11 @@ def main():
112
try:
113
114
postman_specification_files = prepare_postman_specs_data()
115
- solutions_naming_map = dict({CriteoService.marketingsolutions:"MS API", CriteoService.retailmedia:"RM API"})
+ solutions_naming_map = dict({
116
+ CriteoService.marketingsolutions:"MS API",
117
+ CriteoService.retailmedia:"RM API",
118
+ CriteoService.commercegrid:"CGRID API",
119
+ })
120
workspace_response_json = get_workspace_data()
121
for file in postman_specification_files:
122
create_flag = False
0 commit comments