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",