Skip to content

Commit b065ac0

Browse files
authored
Add commercegrid to solutions naming map for postman
1 parent 7a909d1 commit b065ac0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/push_postman_collection.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@ def main():
112112
try:
113113

114114
postman_specification_files = prepare_postman_specs_data()
115-
solutions_naming_map = dict({CriteoService.marketingsolutions:"MS API", CriteoService.retailmedia:"RM API"})
115+
solutions_naming_map = dict({
116+
CriteoService.marketingsolutions:"MS API",
117+
CriteoService.retailmedia:"RM API",
118+
CriteoService.commercegrid:"CGRID API",
119+
})
116120
workspace_response_json = get_workspace_data()
117121
for file in postman_specification_files:
118122
create_flag = False

0 commit comments

Comments
 (0)