django-rest-swagger icon indicating copy to clipboard operation
django-rest-swagger copied to clipboard

Remove `Parameters` and `Response Messages` parts from docs.

Open tarasinf opened this issue 6 years ago • 0 comments

I am interested how to remove Parameters and Response Messages parts from docs. An example there is possible to remove Try it form docs set the settings:

SWAGGER_SETTINGS = {
    'SUPPORTED_SUBMIT_METHODS': [],
}

On the image it marked as a red areas: image

In the documentation, I didn't find something that can help. env:

djangorestframework==3.7.1
django-rest-swagger==2.1.1

Thank you for any ideas.

tarasinf avatar Apr 19 '18 09:04 tarasinf