ephraimbuddy commented on code in PR #28713:
URL: https://github.com/apache/airflow/pull/28713#discussion_r1061211951
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -4920,6 +4921,18 @@ components:
*New in version 2.1.1*
+ OnlyUnpaused:
+ in: query
+ name: only_unpaused
+ schema:
+ type: boolean
+ default: false
+ required: false
+ description: |
+ Only filter unpaused DAGs.
+
+ *New in version 2.5.1*
Review Comment:
```suggestion
*New in version 2.6.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]