ephraimbuddy commented on a change in pull request #19203:
URL: https://github.com/apache/airflow/pull/19203#discussion_r735937782



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -414,13 +416,19 @@ paths:
             type: boolean
             default: true
           required: false
-          description: Only return active DAGs.
+          description: |
+            Only return active DAGs.
+
+            **New in version 2.1.1**

Review comment:
       ```suggestion
               *New in version 2.1.1*
   ```

##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -490,6 +498,9 @@ paths:
       description: >
         Deletes all metadata related to the DAG, including finished DAG Runs 
and Tasks.
         Logs are not deleted. This action cannot be undone.
+
+
+        **New in version 2.2.0**

Review comment:
       ```suggestion
           *New in version 2.2.0*
   ```

##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -414,13 +416,19 @@ paths:
             type: boolean
             default: true
           required: false
-          description: Only return active DAGs.
+          description: |
+            Only return active DAGs.
+
+            **New in version 2.1.1**
         - name: dag_id_pattern
           in: query
           schema:
             type: string
           required: false
-          description: If set, only return DAGs with dag_ids matching this 
pattern.
+          description: |
+            If set, only return DAGs with dag_ids matching this pattern.
+
+            **New in version 2.3.0**

Review comment:
       ```suggestion
               *New in version 2.3.0*
   ```

##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -372,6 +372,8 @@ paths:
   /connections/test:
     post:
       summary: Test a connection
+      description: |
+        **New in version 2.2.0**

Review comment:
       ```suggestion
            Test a connection
            
           *New in version 2.2.0*
   ```




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