Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

apigee-config-maven-plugin Apigee Management API apiproducts - is product name case sensitive?

For example if on Apigee Edge there's existing product "HelloWorld-Product", looks like when using apigee-config-maven-plugin update for product "helloworld-product" it will treat this as new product not existing, but when it try to call management api to create (POST) new product "helloworld-product" the management api will return following error:

[ERROR] Apigee call failed 400 Bad Request
{
"code" : "mint.resourceAlreadyExists",
"message" : "Conflicting Product already exists",
"contexts" : [ ]
}

Is this an issue of apigee-config-maven-plugin?

0 11 443
11 REPLIES 11
Top Solution Authors