Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface UpdateWebhookRequestData

    interface UpdateWebhookRequestData {
        update_mask?: string[];
        webhook_id: string;
        webhookUpdateRequestBody: UpdateWebhookRequestBody;
    }
    Index

    Properties

    update_mask?: string[]

    The set of field mask paths.

    webhook_id: string

    The unique ID of the webhook.

    webhookUpdateRequestBody: UpdateWebhookRequestBody

    Required. The Webhook to update