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

    Interface Webhook

    interface Webhook {
        callback: { headers: any; url: string };
        webhook_id: string;
    }
    Index

    Properties

    Properties

    callback: { headers: any; url: string }

    Type Declaration

    • headers: any

      Headers to include in the webhook call.

    • url: string

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

    webhook_id: string

    The identifier for the webhook.