flask-restful-swagger icon indicating copy to clipboard operation
flask-restful-swagger copied to clipboard

Method post and url parameter

Open ricou84 opened this issue 5 years ago • 0 comments

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.

Capture

the contrary for PUT is also displayed without url parameter

Capture2

is there a way to control that ?

ricou84 avatar Mar 26 '20 13:03 ricou84