omkar-foss commented on code in PR #41307:
URL: https://github.com/apache/airflow/pull/41307#discussion_r1723331913
##########
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:
Updated docs, thanks!
--
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]