ashb commented on a change in pull request #14895:
URL: https://github.com/apache/airflow/pull/14895#discussion_r600335001



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -3166,7 +3176,16 @@ components:
       description:
         The value can be repeated to retrieve multiple matching values (OR 
condition).
 
+    OrderBy:
+      in: query
+      name: order_by
+      schema:
+        type: string
+      required: false
+      description: The name of the field to order results

Review comment:
       ```suggestion
         description: The name of the field to order the results by. Prefix a 
field name with `-` to reverse the sort order.
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to