jscheffl commented on code in PR #41307:
URL: https://github.com/apache/airflow/pull/41307#discussion_r1722936745
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -5193,6 +5194,11 @@ components:
items:
type: string
description: The value can be repeated to retrieve multiple matching
values (OR condition).
+ order_by:
+ type: string
+ description: |
+ The name of the field to order the results by. Prefix a field name
+ with `-` to reverse the sort order.
Review Comment:
I think this should also mention the version it was added.
```suggestion
The name of the field to order the results by. Prefix a field
name
with `-` to reverse the sort order.
*New in version 3.0.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]