Skip to content

Commit 9de557c

Browse files
authored
Remove incorrect sorting statement (#45)
1 parent 1277b0d commit 9de557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi/components/parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Offset:
4343
type: integer
4444
Sort:
4545
description: >-
46-
How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.
46+
How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV.
4747
in: query
4848
name: sort
4949
required: false

0 commit comments

Comments
 (0)