Skip to content

Commit 1618f6b

Browse files
authored
Merge pull request #124 from Portkey-AI/chore/add-default-provider-options-for-ws-integrations
feat: add create_default_provider and default_provider_slug options t…
2 parents 27627f2 + c4a0a81 commit 1618f6b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

openapi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30808,6 +30808,15 @@ components:
3080830808
title: Cortex
3080930809
- $ref: '#/components/schemas/CustomHostConfiguration'
3081030810
title: Custom Base URL
30811+
create_default_provider:
30812+
type: boolean
30813+
default: true
30814+
description: Whether to automatically create a default provider when creating a workspace-scoped integration. Defaults to true.
30815+
default_provider_slug:
30816+
type: string
30817+
pattern: '^[a-zA-Z0-9_-]+$'
30818+
maxLength: 255
30819+
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.
3081130820

3081230821
UpdateIntegrationRequest:
3081330822
type: object

0 commit comments

Comments
 (0)