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
{{ message }}
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
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.
POST is unsupported on
/mint/organizations/[ORG_NAME]/productstherefore inherited save() method onApigee\Mint\Productfails 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.