python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.16k stars 335 forks source link

Add swagger documentation for websocket in flask-restx #405

Open anandtripathi5 opened 2 years ago

anandtripathi5 commented 2 years ago

Is there any way where we can add swagger documentation for flask websocket. If not then is there any way where we can pass swagger json from some function that will be added in the swagger json created by restx

Or it can be done by docstring then is there any documentation for that?