Skip to content

Commit ad7af4f

Browse files
author
Daniel Jones
committed
feat: Add JSON-format request bodies to endpoints
1 parent 34d4328 commit ad7af4f

3 files changed

Lines changed: 444 additions & 49 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ number is used only for corrections to the OpenAPI specification, for example:
1010
typos, schema fixes, or adding examples.
1111

1212

13+
## [Unreleased]
14+
### Added
15+
* Add JSON-format request bodies to all endpoints except document upload.
16+
17+
1318
## [2.9.2] - 2023-06-20
1419
### Added
1520
* Japanese (JA) now supports formality.
@@ -99,6 +104,7 @@ typos, schema fixes, or adding examples.
99104
Initial release of the OpenAPI specification.
100105

101106

107+
[Unreleased]: https://github.com/DeepLcom/openapi/compare/v2.9.2...HEAD
102108
[2.9.2]: https://github.com/DeepLcom/openapi/compare/v2.9.1...v2.9.2
103109
[2.9.1]: https://github.com/DeepLcom/openapi/compare/v2.9.0...v2.9.1
104110
[2.9.0]: https://github.com/DeepLcom/openapi/compare/v2.8.0...v2.9.0

0 commit comments

Comments
 (0)