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

    The Space principal input.

    interface KnowledgebaseInputSpace {
        etag?: string;
        homePage?: string;
        name?: string;
        state?: boolean;
    }
    Index

    Properties

    etag?: string

    Unique ID of the latest version of an existing resorce.

    homePage?: string

    BIO. Short description about the space. OPTIONAL. Multi-lined text.

    name?: string

    Represents the name of the knowledge base space.

    state?: boolean

    The state of the space.