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?
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 restxOr it can be done by
docstring
then is there any documentation for that?