Skip to main content

@wildix/wim-knowledge-base-client > CreateDataSourceInput

CreateDataSourceInput interface

Signature:

export interface CreateDataSourceInput 

Properties

Property

Modifiers

Type

Description

companyId?

string | undefined

(Optional) The unique identifier of the tenant when a service token is used.

description?

string | undefined

(Optional) Optional detailed description of the data source content and purpose. Helps users understand what data is included. Examples: 'Contains product documentation and service guides from Confluence', 'Customer service articles synced from Zendesk'. Length: 0-1000 characters

name

string

Descriptive name for the data source. Used for identification and display in the UI. Examples: 'Product Confluence', 'Customer Service Docs', 'Engineering Wikis'. Length: 2-100 characters

type

DataSourceType

The source system type for this data source. Supported values: 'files' (uploaded documents), 'confluence' (Atlassian Confluence), 'gdrive' (Google Drive), 'proxy' (custom API endpoint)