Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions core/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ api_platform:
# Whether the API key should be a query parameter or a header.
# type: 'query' or 'header'

swagger_ui_extra_configuration:
# Controls the default expansion setting for the operations and tags. It can be 'list' (expands only the tags), 'full' (expands the tags and operations) or 'none' (expands nothing).
docExpansion: list
# If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown.
filter: false
# You can use any other configuration parameters too.

openapi:
# The contact information for the exposed API.
contact:
Expand All @@ -223,8 +230,15 @@ api_platform:
# The license name used for the API.
name:
# URL to the license used for the API. MUST be in the format of a URL.
url:

url:

swagger_ui_extra_configuration:
# Controls the default expansion setting for the operations and tags. It can be 'list' (expands only the tags), 'full' (expands the tags and operations) or 'none' (expands nothing).
docExpansion: list
# If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown.
filter: false
# You can use any other configuration parameters too.

http_cache:
# To make all responses public by default.
public: ~
Expand Down