Skip to content

Commit c4a0a81

Browse files
committed
feat: add create_default_provider and default_provider_slug options to OpenAPI spec for workspace-scoped integrations
1 parent 363fad0 commit c4a0a81

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30795,6 +30795,15 @@ components:
3079530795
title: Cortex
3079630796
- $ref: '#/components/schemas/CustomHostConfiguration'
3079730797
title: Custom Base URL
30798+
create_default_provider:
30799+
type: boolean
30800+
default: true
30801+
description: Whether to automatically create a default provider when creating a workspace-scoped integration. Defaults to true.
30802+
default_provider_slug:
30803+
type: string
30804+
pattern: '^[a-zA-Z0-9_-]+$'
30805+
maxLength: 255
30806+
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.
3079830807

3079930808
UpdateIntegrationRequest:
3080030809
type: object

0 commit comments

Comments
 (0)