ephraimbuddy commented on code in PR #28354:
URL: https://github.com/apache/airflow/pull/28354#discussion_r1051006086
##########
airflow/config_templates/config.yml:
##########
@@ -1502,6 +1502,13 @@
type: string
example: "dagrun_cleared,failed"
default: ~
+ - name: enable_swagger_ui
+ description: |
+ Boolean for running SwaggerUI in the webserver.
+ version_added: 2.5.1
Review Comment:
```suggestion
version_added: 2.6.0
```
Should this be in config 'api' section, since swagger is about REST API?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]