Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading