Skip to main content

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

ConfluenceConfig interface

Signature:

export interface ConfluenceConfig 

Properties

Property

Modifiers

Type

Description

apiKey

string

The API token or password for Confluence authentication. For Cloud instances, use an API token; for Server instances, use the account password

baseUrl

string

The base URL of your Confluence Cloud or Server instance. Must be a valid HTTPS URL. Example: https://your-company.atlassian.net

pages?

ConfluencePagesConfig | undefined

(Optional) Optional configuration for including or excluding specific pages within the space. If not specified, all pages in the space are included

spaceId

string

The Confluence space key or ID to synchronize. All pages within this space will be included unless explicitly excluded

username

string

The email address or username associated with the Confluence account used for authentication