File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -202,11 +202,9 @@ def __init__(
202
202
should either be absolute or relative to the root path of the application. Defaults to
203
203
the root path.
204
204
:param arguments: Arguments to substitute the specification using Jinja.
205
- :param auth_all_paths: whether to authenticate not paths not defined in the specification.
205
+ :param auth_all_paths: whether to authenticate all paths not defined in the specification.
206
206
Defaults to False.
207
207
:param jsonifier: Custom jsonifier to overwrite json encoding for json responses.
208
- :param swagger_ui_options: A :class:`options.SwaggerUIOptions` instance with configuration
209
- options for the swagger ui.
210
208
:param pythonic_params: When True, CamelCase parameters are converted to snake_case and an
211
209
underscore is appended to any shadowed built-ins. Defaults to False.
212
210
:param resolver: Callable that maps operationId to a function or instance of
You can’t perform that action at this time.
0 commit comments