norm commented on a change in pull request #21472:
URL: https://github.com/apache/airflow/pull/21472#discussion_r804770935



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -179,9 +179,9 @@ info:
     and it is even possible to add your own method.
 
     If you want to check which auth backend is currently set, you can use
-    `airflow config get-value api auth_backend` command as in the example 
below.
+    `airflow config get-value api auth_backends` command as in the example 
below.
     ```bash
-    $ airflow config get-value api auth_backend
+    $ airflow config get-value api auth_backends
     airflow.api.auth.backend.basic_auth
     ```
     The default is to deny all requests.

Review comment:
       Not intentionally. If there's no test for it, I can always add one.




-- 
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]


Reply via email to