diff --git a/api-guide/schemas/index.html b/api-guide/schemas/index.html index 46564b18b..1664341f3 100644 --- a/api-guide/schemas/index.html +++ b/api-guide/schemas/index.html @@ -475,7 +475,8 @@ urlpatterns = [ # * Provide view name for use with `reverse()`. path('openapi', get_schema_view( title="Your Project", - description="API for all things …" + description="API for all things …", + version="1.0.0" ), name='openapi-schema'), # ... ] @@ -486,6 +487,7 @@ urlpatterns = [