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


##########
airflow/api_fastapi/core_api/openapi/v1-generated.yaml:
##########
@@ -2848,12 +2850,16 @@ paths:
       - Config
       summary: Get Config Value
       operationId: get_config_value
+      security:
+      - OAuth2PasswordBearer: []
       parameters:
       - name: section
         in: path
         required: true
         schema:
-          type: string
+          anyOf:
+          - type: string
+          - type: 'null'

Review Comment:
   Ideally we should find a way for not having this change in the spec.
   
   This is not accurate, as the `section` is a non nullable `path` parameter 
for the `get_config_value` endpoint. Here it is not `nullable` but it is not 
what we want.



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