pierrejeambrun commented on code in PR #48762:
URL: https://github.com/apache/airflow/pull/48762#discussion_r2031093775


##########
airflow-core/src/airflow/api_fastapi/core_api/openapi/v1-generated.yaml:
##########
@@ -7,12 +7,12 @@ info:
     Users should not rely on those but use the public ones instead.
   version: 0.1.0
 paths:
-  /ui/auth/links:
+  /ui/auth/menu:
     get:
       tags:
       - Auth Links
-      summary: Get Auth Links
-      operationId: get_auth_links
+      summary: Get Auth Menu
+      operationId: get_auth_menu

Review Comment:
   nit `get_auth_menus`



##########
airflow-core/src/airflow/api_fastapi/core_api/openapi/v1-generated.yaml:
##########
@@ -7,12 +7,12 @@ info:
     Users should not rely on those but use the public ones instead.
   version: 0.1.0
 paths:
-  /ui/auth/links:
+  /ui/auth/menu:

Review Comment:
   nit
   ```suggestion
     /ui/auth/menus:
   ```



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