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

    Type Alias UpdateArticleBody

    Generated by orval v8.5.3 🍺 Do not edit manually. Webitel API OpenAPI spec version: 24.04.0

    type UpdateArticleBody = {
        parentArticle?: string;
        pinned?: boolean;
        spaceId?: string;
        state?: boolean;
        tags?: string[];
        text?: string;
        title?: string;
    }
    Index

    Properties

    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.