mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 08:59:54 +03:00
improve documentation
This commit is contained in:
parent
4229234318
commit
d77afd56a8
|
@ -267,7 +267,7 @@ Consider below examples.
|
||||||
|
|
||||||
---
|
---
|
||||||
#### Overriding auto generated tags:
|
#### Overriding auto generated tags:
|
||||||
You can override auto-generated tags by passing `tags` argument to the constructor of `AutoSchema`. `tags` argument must be a list of string.
|
You can override auto-generated tags by passing `tags` argument to the constructor of `AutoSchema`. `tags` argument must be a list or tuple of string.
|
||||||
```python
|
```python
|
||||||
from rest_framework.schemas.openapi import AutoSchema
|
from rest_framework.schemas.openapi import AutoSchema
|
||||||
from rest_framework.views import APIView
|
from rest_framework.views import APIView
|
||||||
|
|
Loading…
Reference in New Issue
Block a user