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