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

    Interface UpdateTokenWebhook

    interface UpdateTokenWebhook {
        callbackURL?: string;
        description?: string;
        idModel?: string;
        idWebhook: string;
        token: string;
    }
    Index

    Properties

    callbackURL?: string

    The URL that the webhook should POST information to.

    description?: string

    A description to be displayed when retrieving information about the webhook.

    idModel?: string

    ID of the object that the webhook is on.

    idWebhook: string

    ID of the Webhooks to retrieve.

    token: string