@shortcut/client
    Preparing search index...

    Interface BulkUpdateEpicCommentsParams1

    interface BulkUpdateEpicCommentsParams1 {
        id: number;
        text?: string;
    }
    Index

    Properties

    Properties

    id: number

    The id of the Comment to update.

    int64

    text?: string

    The comment text.

    100000