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