OpenAPI: Change GET response type to array (#1149)

This commit is contained in:
Alexey Alekhin
2018-07-24 12:26:45 -05:00
committed by Steve Chávez
parent 2b46afe1ec
commit 70e95649fd
3 changed files with 26 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #1113, Fix UPSERT failing when having a camel case PK column - @steve-chavez
- #945, Fix slow start-up time on big schemas - @steve-chavez
- #1129, Fix view embedding when table is capitalized - @steve-chavez
- #1149, OpenAPI: Change `GET` response type to array - @laughedelic
### Changed