Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mxr576 opened this issue Jun 13, 2017 · 0 comments
Open

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

mxr576 opened this issue Jun 13, 2017 · 0 comments

Comments

@mxr576
Copy link
Contributor

mxr576 commented Jun 13, 2017

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant