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
Retro-specifying some legacy REST services in GRPC+REST annotations causes swagger generation from the GRPC to fail when rpc methods use http delete and have a request body.
Using a body with delete is certainly bad style so this check should not be implicitly disabled. I have a PR #280 that adds a bool "allow_delete_body" plugin parameter that defaults to false.
The text was updated successfully, but these errors were encountered:
Retro-specifying some legacy REST services in GRPC+REST annotations causes swagger generation from the GRPC to fail when rpc methods use http delete and have a request body.
Using a body with delete is certainly bad style so this check should not be implicitly disabled. I have a PR #280 that adds a bool "allow_delete_body" plugin parameter that defaults to false.
The text was updated successfully, but these errors were encountered: