add_scope_mdm
Pasindu Rupasinghe 1 year ago
parent 45d98d5e49
commit c53c8f3d63

@ -118,9 +118,10 @@ public class APIManagementProviderServiceImpl implements APIManagementProviderSe
for (String tag: tags) { for (String tag: tags) {
Map<String, String> queryParams = new HashMap<>(); Map<String, String> queryParams = new HashMap<>();
Map<String, String> headerParams = new HashMap<>();
queryParams.put("tag", tag); queryParams.put("tag", tag);
if ("carbon.super".equals(tenantDomain)) { if ("carbon.super".equals(tenantDomain)) {
consumerRESTAPIServices.getAllApis(null, null, queryParams); consumerRESTAPIServices.getAllApis(null, null, queryParams, headerParams);
} else { } else {
//call All API getting call with carbon super header param //call All API getting call with carbon super header param
} }

Loading…
Cancel
Save