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

\Apigee\Mint\DeveloperRatePlan::save('update') causes a response exception

Open mxr576 opened this issue 8 years ago • 0 comments

Calling method with "update" causes a response exception because API endpoint does not support PUT method.

~ http PUT [HOST]/v1/mint/organizations/[ORG]/developers/[DEVELOPER_ID]/developer-rateplans -a [DEVELOPER_ID]

HTTP/1.1 405 Method Not Allowed
Allow: POST,GET,OPTIONS,HEAD
Content-Length: 0
Date: Wed, 03 May 2017 12:54:32 GMT

mxr576 avatar May 03 '17 14:05 mxr576