ephraimbuddy commented on code in PR #28636:
URL: https://github.com/apache/airflow/pull/28636#discussion_r1058801419
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -4920,6 +4924,30 @@ components:
*New in version 2.1.1*
+ FilterUpdatedAtLTE:
+ in: query
+ name: updated_at_lte
+ schema:
+ type: string
+ format: date-time
+ required: false
+ description: |
+ Returns objects less or equal the specified date.
+
+ This can be combined with updated_at_gte parameter to receive only the
selected period.
Review Comment:
```suggestion
This can be combined with updated_at_gte parameter to receive only
the selected period.
*New in version 2.6.0*
```
Same with the one below
--
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]