apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Manage APIs: PUT /v2/{tenant_id}/apis , exist bugs #373

Closed huangzhiming211 closed 4 years ago

huangzhiming211 commented 4 years ago

Hi, I encountered a problem. When using PUT /v2/{tenant_id}/apis to update an existing managed API , it has bug, the api cannot be updated , it reports an error . PUT cannot update , it likes post.

You can try it ,and see whether or not exist such a problem.

I am looking forward to your reply. Thanks.

huangzhiming211 commented 4 years ago

through modifying code , can solve this bug