Skip to content

Commit

Permalink
remove duplicate parameter swagger_ui_options in docstring for `Fla…
Browse files Browse the repository at this point in the history
…skApp` (#2007)

Also update the grammar for `auth_all_paths`.

The duplicated parameter was added accidentally in
0c0c517.
  • Loading branch information
FelixSchwarz authored Nov 27, 2024
1 parent bb48fb3 commit b56e193
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions connexion/apps/flask.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,9 @@ def __init__(
should either be absolute or relative to the root path of the application. Defaults to
the root path.
:param arguments: Arguments to substitute the specification using Jinja.
:param auth_all_paths: whether to authenticate not paths not defined in the specification.
:param auth_all_paths: whether to authenticate all paths not defined in the specification.
Defaults to False.
:param jsonifier: Custom jsonifier to overwrite json encoding for json responses.
:param swagger_ui_options: A :class:`options.SwaggerUIOptions` instance with configuration
options for the swagger ui.
:param pythonic_params: When True, CamelCase parameters are converted to snake_case and an
underscore is appended to any shadowed built-ins. Defaults to False.
:param resolver: Callable that maps operationId to a function or instance of
Expand Down

0 comments on commit b56e193

Please sign in to comment.