Skip to content

Commit 47c7997

Browse files
authored
Clarify if direction is mandatory, or not #10 (#11)
1 parent ddde909 commit 47c7997

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Sortables (e.g. endpoint `GET /sortables`)
1313
- Sort for Collections (i.e. Collection Search)
1414

15+
### Fixed
16+
17+
- Clarify that `direction` is optional
18+
1519
## [v1.0.0] - 2023-09-28
1620

1721
### Changed

openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ components:
152152
type: object
153153
required:
154154
- field
155-
- direction
156155
properties:
157156
field:
158157
type: string

0 commit comments

Comments
 (0)