From c4a0a8106baa0f26a75955d1f1a243f0855ba9fc Mon Sep 17 00:00:00 2001 From: visargD Date: Fri, 27 Feb 2026 19:26:14 +0530 Subject: [PATCH] feat: add create_default_provider and default_provider_slug options to OpenAPI spec for workspace-scoped integrations --- openapi.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 3d2964a5..a4242638 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -30795,6 +30795,15 @@ components: title: Cortex - $ref: '#/components/schemas/CustomHostConfiguration' title: Custom Base URL + create_default_provider: + type: boolean + default: true + description: Whether to automatically create a default provider when creating a workspace-scoped integration. Defaults to true. + default_provider_slug: + type: string + pattern: '^[a-zA-Z0-9_-]+$' + maxLength: 255 + description: Custom slug for the auto-created default provider. Only applicable for workspace-scoped integrations. If the slug already exists in the workspace, the request will fail with a validation error. UpdateIntegrationRequest: type: object