edge-php-sdk icon indicating copy to clipboard operation
edge-php-sdk copied to clipboard

POST is unsupported on /mint/organizations/[ORG_NAME]/products

Open mxr576 opened this issue 8 years ago • 0 comments

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.

mxr576 avatar Jun 13 '17 07:06 mxr576