From 2fcfb902409b1cd73e91e9f0143ec912b9953083 Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Tue, 16 Jan 2024 22:34:03 +0100 Subject: [PATCH] fix(api schema): correctly name type reference --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 3498c28..ad66747 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -364,7 +364,7 @@ paths: content: application/json: schema: - $ref: "#/components/schemas/KitMembershipPatch" + $ref: "#/components/schemas/PatchKitMembership" responses: '200': description: The updated kit membership.