markomafs/work-at-olist

Swagger not Showing Response Model

markomafs opened this issue · 0 comments

Describe the bug
Swagger docs are not displaying response Data at all.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '/swagger/'
  2. Click on any resource
  3. Click on any request
  4. See missing Response Data/Model

Expected behavior
I Expected to receive a information of Responses for each resource

Additional context
there is a issue: with a workaround until lib is not fixed:
django-json-api/django-rest-framework-json-api#241