fix: Add required OpenAPI items object when the paramater is an array

This commit is contained in:
Laurence Isla
2022-12-20 12:30:28 -05:00
committed by GitHub
parent e0df95844b
commit 1f69757835
5 changed files with 252 additions and 10 deletions
+2
View File
@@ -25,6 +25,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2565, Fix bad M2M embedding on RPC - @steve-chavez
- #2575, Replace misleading error message when no function is found with a hint containing functions/parameters names suggestions - @laurenceisla
- #2569, Replace misleading error message when no relationship is found with a hint containing parent/child names suggestions - @laurenceisla
- #1405, Add the required OpenAPI items object when the parameter is an array - @laurenceisla
## [10.1.1] - 2022-11-08
### Fixed