@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface UpdateWebhookOptions

    interface UpdateWebhookOptions {
        headers?: OutgoingHttpHeaders;
        url: string;
        webhookId: string;
    }
    Index

    Properties

    headers?: OutgoingHttpHeaders

    Headers to include in the webhook call.

    url: string

    The callback url that will be called when job execution completes.

    webhookId: string

    Use the webhook_id returned from a previous GET, POST or PUT response to retrieve the webhook configuration.