Skip to content

Commit

Permalink
fix(oas): use list response ref for reservations
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-medusajs authored Feb 22, 2023
1 parent 194f5e5 commit efda8f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { extendedFindParamsMixin } from "../../../../types/common"
* content:
* application/json:
* schema:
* $ref: "#/components/schemas/AdminReservationsRes"
* $ref: "#/components/schemas/AdminReservationsListRes"
* "400":
* $ref: "#/components/responses/400_error"
* "401":
Expand Down

0 comments on commit efda8f4

Please sign in to comment.