From 3cd14a3adf3fd8d96011678535b04e1829653fa2 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 18:31:41 +0000 Subject: [PATCH] docs: remove deprecated get_large_file_storage_config endpoint from OpenAPI spec (#7629) Closes #7622 Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Diego Imbert --- backend/windmill-api/openapi.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index f18eb8a7c1..9aec8b4b07 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -3506,23 +3506,6 @@ paths: default_app_path: type: string - /w/{workspace}/workspaces/get_large_file_storage_config: - get: - summary: get large file storage config - operationId: getLargeFileStorageConfig - tags: - - workspace - parameters: - - $ref: "#/components/parameters/WorkspaceId" - - responses: - "200": - description: status - content: - application/json: - schema: - $ref: "#/components/schemas/LargeFileStorage" - /w/{workspace}/workspaces/usage: get: summary: get usage