Skip to content

Commit

Permalink
Revert sort type change (#1870)
Browse files Browse the repository at this point in the history
Co-authored-by: Arif Kurkchi <[email protected]>
  • Loading branch information
mikerebilly and justnero authored Apr 12, 2024
1 parent 712ed7a commit b3f9520
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openapi/components/parameters/collectionSort.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ in: query
description: |-
Sorts and orders the collection of items. To sort in descending
order, prefix with `-`. Multiple fields can be sorted by separating each with `,`.
example: -createdTime,firstName
style: form
explode: false
schema:
type: string
type: array
items:
type: string

0 comments on commit b3f9520

Please sign in to comment.