From 4f36b9bc865705a3dfc848ec2cf809284743ec54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Jan 2025 10:56:09 +0000 Subject: [PATCH] Update OpenAPI to version generated from ref b78c6d9d3c3d1189c147ab923f6b4edb421ca0ea --- api/openapi.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/openapi.json b/api/openapi.json index aadbee66..2b016f97 100644 --- a/api/openapi.json +++ b/api/openapi.json @@ -172,7 +172,9 @@ "description": "Successful Response", "content": { "application/json": { - "schema": {} + "schema": { + "$ref": "#/components/schemas/Workspace" + } } } },