From 65452335a9141ed38b9b87a33fa74aa79c7a9826 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Wed, 26 Aug 2026 17:56:00 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 97bd625a..038a1350 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -39099,6 +39099,18 @@ paths: example: 'production' minLength: 1 type: 'string' + - description: 'Required to delete the default workspace. Deleting it permanently disables the account’s unscoped inference API keys (management/provisioning keys are retained) and its budgets, guardrails, classifiers, and broadcast destinations. Ignored for non-default workspaces.' + in: 'query' + name: 'confirm_default_workspace_deletion' + required: false + schema: + description: 'Required to delete the default workspace. Deleting it permanently disables the account’s unscoped inference API keys (management/provisioning keys are retained) and its budgets, guardrails, classifiers, and broadcast destinations. Ignored for non-default workspaces.' + enum: + - 'true' + - 'false' + example: 'false' + type: 'string' + x-openrouter-type: 'boolean' responses: '200': content: