From cccb6d2b2a5a60b5c9d10124f50a75c87e35a223 Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Fri, 29 Dec 2023 15:02:36 +0100 Subject: [PATCH] Fix specified status code in two patch routes --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 20cc3d4..ae22413 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -200,7 +200,7 @@ paths: schema: $ref: "#/components/schemas/PatchKit" responses: - '201': + '200': description: The patched kit. content: application/json: @@ -848,7 +848,7 @@ paths: schema: $ref: "#/components/schemas/PatchKitConfiguration" responses: - '201': + '200': description: The patched kit configuration. content: application/json: