@webitel/api-services
    Preparing search index...
    type UpdateCommentBody = {
        text?: string;
        userId?: GeneralLookup;
    }
    Index

    Properties

    Properties

    text?: string

    Content of the comment.

    userId?: GeneralLookup

    Optional creator / updater ID. Use this to explicitly set the case creator / updater instead of deriving it from the auth token.