Skip to content

Commit bb7dcef

Browse files
authored
Update get_schema in docs (#7402)
1 parent 281fc07 commit bb7dcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ In order to customize the top-level schema, subclass
165165
as an argument to the `generateschema` command or `get_schema_view()` helper
166166
function.
167167

168-
### get_schema(self, request)
168+
### get_schema(self, request=None, public=False)
169169

170170
Returns a dictionary that represents the OpenAPI schema:
171171

0 commit comments

Comments
 (0)