@webitel/api-services
    Preparing search index...
    type UpdateCommentInputBody = {
        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.