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
I want to hide request body for one of my methods. When I try to pass drf_yasg.utils.no_body to request_body in swagger_auto_schema, it gives me back the Serializer instead.
Seems like it is falling through the cracks in the condition below,
I want to hide request body for one of my methods. When I try to pass
drf_yasg.utils.no_body
torequest_body
inswagger_auto_schema
, it gives me back the Serializer instead.Seems like it is falling through the cracks in the condition below,
drf-yasg/src/drf_yasg/inspectors/view.py
Line 126 in 824baf7
The text was updated successfully, but these errors were encountered: