Copy window query params when fetching the openapi document

Closes #208.
This commit is contained in:
Cristi Vîjdea
2018-10-14 20:24:49 +03:00
parent 18ff51a025
commit dfe06b5c95
6 changed files with 47 additions and 4 deletions
+16
View File
@@ -248,6 +248,14 @@ Re-fetch the OpenAPI document without credentials after authorization is removed
**Default**: :python:`'False` |br|
*Maps to parameter*: -
FETCH_SCHEMA_WITH_QUERY
-----------------------
Fetch the OpenAPI document using the query parameters passed to the swagger-ui page request.
**Default**: :python:`'True` |br|
*Maps to parameter*: -
OPERATIONS_SORTER
-----------------
@@ -441,5 +449,13 @@ Show required properties first ordered in the same order as in required array.
**Default**: :python:`False` |br|
*Maps to attribute*: ``requiredPropsFirst``
FETCH_SCHEMA_WITH_QUERY
-----------------------
Fetch the OpenAPI document using the query parameters passed to the ReDoc page request.
**Default**: :python:`'True` |br|
*Maps to parameter*: -
.. _FORCE_SCRIPT_NAME: https://docs.djangoproject.com/en/2.0/ref/settings/#force-script-name