We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddde909 commit 47c7997Copy full SHA for 47c7997
CHANGELOG.md
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
- Sortables (e.g. endpoint `GET /sortables`)
13
- Sort for Collections (i.e. Collection Search)
14
15
+### Fixed
16
+
17
+- Clarify that `direction` is optional
18
19
## [v1.0.0] - 2023-09-28
20
21
### Changed
openapi.yaml
@@ -152,7 +152,6 @@ components:
152
type: object
153
required:
154
- field
155
- - direction
156
properties:
157
field:
158
type: string
0 commit comments