Skip to content

Commit

Permalink
Fixed cluster containers sort default being name, which is not a vali…
Browse files Browse the repository at this point in the history
…d property
  • Loading branch information
jamesdickson6 committed Dec 14, 2023
1 parent c69970b commit 46174f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions components/parameters/sort2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: sort
in: query
description: Sort order, the name of the property to sort by
schema:
type: string
2 changes: 1 addition & 1 deletion paths/api@clusters@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ get:
- $ref: ../components/parameters/clusterId-path.yaml
- $ref: ../components/parameters/max.yaml
- $ref: ../components/parameters/offset.yaml
- $ref: ../components/parameters/sort.yaml
- $ref: ../components/parameters/sort2.yaml
- $ref: ../components/parameters/order.yaml
- $ref: ../components/parameters/phrase.yaml
- $ref: ../components/parameters/resourceLevel.yaml
Expand Down

0 comments on commit 46174f5

Please sign in to comment.