This commit is contained in:
Martin Desrumaux 2020-02-13 18:29:27 +01:00
parent 2357148b12
commit 2951c3a6d3

View File

@ -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