Skip to content

Commit b56e193

Browse files
authored
remove duplicate parameter swagger_ui_options in docstring for FlaskApp (#2007)
Also update the grammar for `auth_all_paths`. The duplicated parameter was added accidentally in 0c0c517.
1 parent bb48fb3 commit b56e193

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

connexion/apps/flask.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,9 @@ def __init__(
202202
should either be absolute or relative to the root path of the application. Defaults to
203203
the root path.
204204
: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.
206206
Defaults to False.
207207
: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.
210208
:param pythonic_params: When True, CamelCase parameters are converted to snake_case and an
211209
underscore is appended to any shadowed built-ins. Defaults to False.
212210
:param resolver: Callable that maps operationId to a function or instance of

0 commit comments

Comments
 (0)