From d2d6e3c41123711eb93cd306999ef8113f0dd47a Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 24 Mar 2024 17:15:13 +0100 Subject: [PATCH] simplify codegen --- backend/windmill-api/openapi.yaml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 2f7b4d95ae..13169dcd2f 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -744,27 +744,7 @@ paths: application/json: schema: type: object - properties: - type: - type: string - bucket: - type: string - region: - type: string - accessKey: - type: string - accountName: - type: string - tenantId: - type: string - clientId: - type: string - access_key: - type: string - secret_key: - type: string - endpoint: - type: string + additionalProperties: true responses: "200": description: status