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

    Interface UpdateWebhook

    interface UpdateWebhook {
        active?: boolean;
        callbackURL?: string;
        description?: string;
        id: string;
        idModel?: string;
    }
    Index

    Properties

    active?: boolean

    Determines whether the webhook is active and sending POST requests.

    callbackURL?: string

    A valid URL that is reachable with a HEAD and POST request.

    description?: string

    A string with a length from 0 to 16384.

    id: string

    ID of the webhook to retrieve.

    idModel?: string

    ID of the model to be monitored