Type Alias CreateKnowledgeBase

type CreateKnowledgeBase = {
    description?: string;
    name: string;
    selectedErrorsCount?: number;
    spaceId: string;
    tags?: string[];
}
Index

Properties

description?: string

Description of the knowledgebase

name: string

Name of the knowledgebase

selectedErrorsCount?: number

Number of selected errors to store in the case of any failed datasources. Optional value with a default of 10.

spaceId: string

Unique identifier of the space to contain the knowledgebase

tags?: string[]

List of tags for knowledgebase