@webitel/api-services
    Preparing search index...
    interface ContactsInputComment {
        etag?: string;
        format?: CommentFormat[];
        text: string;
    }
    Index

    Properties

    Properties

    etag?: string

    Unique ID of the latest version of an existing resorce.

    format?: CommentFormat[]

    NEW Text components styling format.

    text: string

    NEW Text of the comment.