flask-restful-swagger
flask-restful-swagger copied to clipboard
Method post and url parameter
Hello
I have some question about post method and url parameter.
I dont want that swagger display a post description when a url paramter is defined
the POST /tranferts/{id} and the POST /tranferts/{uuid} should not be displayed.
the contrary for PUT is also displayed without url parameter
is there a way to control that ?