@webitel/api-services
    Preparing search index...
    interface KnowledgebaseArticleVersion {
        id?: string;
        parentArticle?: string;
        spaceId?: string;
        tags?: string[];
        text?: string;
        title?: string;
        updatedAt?: string;
        updatedBy?: WebitelKnowledgebaseLookup;
        ver?: number;
    }
    Index

    Properties

    id?: string

    The unique ID of the association. Never changes.

    parentArticle?: string

    The parent article ID.

    spaceId?: string

    Space ID associated with.

    tags?: string[]

    Tags associated with the article.

    text?: string

    The text content of the article.

    title?: string

    The title of the article.

    updatedAt?: string

    Timestamp(milli) of the last Field update.

    The user who loaded this attachment.

    ver?: number

    Version of the latest update. Numeric sequence.