Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in drf-yasg

How to make swagger schema for file upload API in django-rest-framework using drf-yasg?

django swagger drf-yasg

Django Rest Framework Swagger stopped working

drf-yasg swagger setup parameters IN_BODY is not worked

parameters request drf-yasg

Serialize model fields into nested object/dict

Django 2.x drf-yasg how to create API in a custom method (like in swagger)

Getting "AssertionError: duplicate Parameters found" when I hit /swagger url

drf-yasg provides wrong paths to URIs

What do these arguments mean in swagger_auto_schema (Django)?

How change Schemes from HTTP to HTTPS in drf_yasg?

DRF - `write_only=True` displays in response schema

drf-spectacular is using the wrong AutoSchema to generate Swagger

drf-yasg document input and output serializer for GET request

Django, drf-yasg - how to add description to tags?

DRF YASG Customizing

Problem reusing serializers with django and drf-yasg

How can I configure "HTTPS" schemes with the drf-yasg auto-generated swagger page?

Authenticating Swagger API docs (drf-yasg)

How to dinstinctly document possible REST actions in ViewSet docstring?