UpdateWebhook
Update select fields of an existing webhook.
PATCH
/
api
/v1
/webhooks
Request Body
application/json
RequiredThe request for a call to WebhookService_UpdateWebhook
to update a webhook.
webhook
Requiredobject
updateMask
Requiredstring
The list of fields to be updated. The fields available to be updated are 'target_url', 'name', 'event_type', 'payload', 'http_headers', 'archived_date'.
A successful response.