You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST is unsupported on /mint/organizations/[ORG_NAME]/products therefore inherited save() method on Apigee\Mint\Product fails with an exception.
Proposed solution:
Override save() method and proxy the request to Apigee\ManagementAPI\APIProduct::save() which actually can create and update API product entities on Edge.
The text was updated successfully, but these errors were encountered:
mxr576
changed the title
POST is unsupported on the /mint/organizations/[ORG_NAME]/products
POST is unsupported on /mint/organizations/[ORG_NAME]/products
Jun 13, 2017
POST is unsupported on
/mint/organizations/[ORG_NAME]/products
therefore inherited save() method onApigee\Mint\Product
fails with an exception.Proposed solution:
Override save() method and proxy the request to
Apigee\ManagementAPI\APIProduct::save()
which actually can create and update API product entities on Edge.The text was updated successfully, but these errors were encountered: