From 481776c3a073dcb50100b81572f246ecc45abf2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Jan 2025 15:30:09 +0000 Subject: [PATCH] Update OpenAPI to version generated from ref c140e658c7cdb1f97321ab7f76e4f51a9f52ba37 --- api/openapi.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/api/openapi.json b/api/openapi.json index 2b016f97..f742c2d4 100644 --- a/api/openapi.json +++ b/api/openapi.json @@ -285,8 +285,13 @@ } ], "responses": { - "204": { - "description": "Successful Response" + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } }, "422": { "description": "Validation Error",