Skip to content

Commit

Permalink
fix(api schema): correctly name type reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Jan 16, 2024
1 parent fe8660f commit 2fcfb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/KitMembershipPatch"
$ref: "#/components/schemas/PatchKitMembership"
responses:
'200':
description: The updated kit membership.
Expand Down

0 comments on commit 2fcfb90

Please sign in to comment.