Document exotic usages of swagger_auto_schema
method_decorator works out of the box so might as well document an example
This commit is contained in:
@@ -16,7 +16,7 @@ paths:
|
||||
/articles/:
|
||||
get:
|
||||
operationId: articles_list
|
||||
description: ArticleViewSet class docstring
|
||||
description: description from swagger_auto_schema via method_decorator
|
||||
parameters:
|
||||
- name: title
|
||||
in: query
|
||||
|
||||
Reference in New Issue
Block a user