Trello.js - API library
    Preparing search index...

    Interface UpdateCardComment

    interface UpdateCardComment {
        id: string;
        idAction: string;
        text: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the Card

    idAction: string

    The ID of the comment action to update

    text: string

    The new text for the comment