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.
112112REST framework includes a few different renderers that you can use for
113113encoding the API schema.
114114
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 ] .
117117* ` renderers.CoreJSONRenderer ` - Renders into [ Core JSON] [ corejson ] , a format designed for
118118use with the ` coreapi ` client library.
119119
You can’t perform that action at this time.
0 commit comments