From 4ba6c44f61bce5178401b90bdebad82fce3484c0 Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Sun, 8 Feb 2026 20:22:11 -0600 Subject: [PATCH] fix(frontend): regenerate openapi.json with correct structure Co-Authored-By: Claude Opus 4.5 --- autogpt_platform/frontend/src/app/api/openapi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/autogpt_platform/frontend/src/app/api/openapi.json b/autogpt_platform/frontend/src/app/api/openapi.json index 5e22f1e513..4b8e7abe67 100644 --- a/autogpt_platform/frontend/src/app/api/openapi.json +++ b/autogpt_platform/frontend/src/app/api/openapi.json @@ -6459,6 +6459,18 @@ "schema": { "$ref": "#/components/schemas/StoreWaitlistEntry" } } } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { "$ref": "#/components/schemas/HTTPValidationError" } + } + } + } + } + } + }, "/api/workspace/files/{file_id}/download": { "get": { "tags": ["workspace"],