File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ has to be rendered into the actual bytes that are used in the response.
112
112
REST framework includes a few different renderers that you can use for
113
113
encoding the API schema.
114
114
115
- * ` renderers.OpenAPIRenderer ` - Renders into YAML-based [ OpenAPI] [ openapi ] , the most widely used API schema format.
116
- * ` renderers.JSONOpenAPIRenderer ` - Renders into JSON-based [ OpenAPI] [ openapi ] .
115
+ * ` renderers.OpenAPIRenderer ` - Renders into YAML-based [ OpenAPI] [ open-api ] , the most widely used API schema format.
116
+ * ` renderers.JSONOpenAPIRenderer ` - Renders into JSON-based [ OpenAPI] [ open-api ] .
117
117
* ` renderers.CoreJSONRenderer ` - Renders into [ Core JSON] [ corejson ] , a format designed for
118
118
use with the ` coreapi ` client library.
119
119
You can’t perform that action at this time.
0 commit comments