Skip to content

Commit fb21a50

Browse files
authored
rename swagger.display to swagger.ui
1 parent c56ed43 commit fb21a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ api_platform:
192192
# Whether the api key should be a query parameter or a header.
193193
# type: 'query' or 'header'
194194

195-
# Display resources config
196-
display:
195+
# Swagger UI resources config
196+
ui:
197197
# 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).
198198
doc_expansion: list
199199
# If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown.

0 commit comments

Comments
 (0)