mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +03:00
fix typo
This commit is contained in:
parent
2357148b12
commit
2951c3a6d3
|
@ -303,7 +303,7 @@ class ExampleView(APIView):
|
|||
schema = AutoSchema(operation_name="Custom")
|
||||
```
|
||||
|
||||
The previous example will generate the following operationid: "ListCustoms", "RetrieveCustom", "UpdateCustom", "PartialUpdateCustom", `DestroyCustom`.
|
||||
The previous example will generate the following operationid: "ListCustoms", "RetrieveCustom", "UpdateCustom", "PartialUpdateCustom", "DestroyCustom".
|
||||
|
||||
[openapi]: https://github.com/OAI/OpenAPI-Specification
|
||||
[openapi-specification-extensions]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#specification-extensions
|
||||
|
|
Loading…
Reference in New Issue
Block a user