File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 23
23
[ #1442 ] ( https://github.com/nextcloud/cookbook/pull/1442 ) @christianlupus
24
24
25
25
## Documentation
26
- - Fixed some issues in the API description
26
+ - Fixed some issues in the API description #1419 and #1461 @leptopoda
27
+ - Improve API description for better code-generation #1461 @leptopoda
27
28
- Fix security issue in GitHub pages with path insertion
28
29
[ #1457 ] ( https://github.com/nextcloud/cookbook/pull/1457 ) @christianlupus
29
30
- Add quick start guide for backend testing
30
31
[ #1466 ] ( https://github.com/nextcloud/cookbook/pull/1466 ) @MarcelRobitaille
31
32
- Fixed some typos in the OpenAPI specification @leptopoda
32
33
- Add operation ids to all external API endpoints
34
+ - Improve API description for better code-generation #1461 @leptopoda
33
35
34
36
35
37
## 0.10.1 - 2022-11-09
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Only the endpoints under `/webapp/` or `/api/v1/` are working in the future.
14
14
See also [ the section] ( #split-and-rename-api-endpoints ) .
15
15
16
16
### Fix OpenAPI format specification
17
- There were some minor flaws in the spec file.
17
+ There were some minor flaws and typos in the spec file.
18
18
These flaws caused some code generation tools to fail or produce incomplete results.
19
19
20
20
The fixture of these issues should not be critical as these are mainly cosmetic and will __ not__ change the actual transmitted data.
You can’t perform that action at this time.
0 commit comments