Closed knivets closed 1 year ago
I checked the generated documentation and it seems to generate the proper body. However, I wasn't able to get it to generate the query argument. I tried to specify it with @swagger_auto_schema(manual_parameters=[openapi.Parameter('q', openapi.IN_QUERY, type=openapi.TYPE_STRING)])
but the schema generator doesn't seem to pick it up.