title | issue |
---|---|
Fix swagger compatibility issues in store-api |
NEXT-12050 |
- Changed store-api swagger to match OpenAPI spec
- Moved custom schema under
#/components/schemas/
to match OpenAPI spec - Replace wrong Parameter annotation with RequestBody
- Added missing Parameter annotation for parameters in URL
- Moved custom schema under