@webitel/api-services
    Preparing search index...

    An input of the Space's Articles.

    interface KnowledgebaseInputArticle {
        etag: string;
        parentArticle?: string;
        pinned?: boolean;
        spaceId?: string;
        state?: boolean;
        tags?: string[];
        text?: string;
        title?: string;
    }
    Index

    Properties

    etag: string

    Unique ID of the latest version of an existing resource.

    parentArticle?: string

    The parent article ID.

    pinned?: boolean

    Indicates that the article is pinned on the top of list.

    spaceId?: string

    Space ID associated with.

    state?: boolean

    Indicates if article is active and actual.

    tags?: string[]

    Tags associated with the article.

    text?: string

    The text content of the article.

    title?: string

    The title of the article.