Webhooks
Update an existing webhook
Updates an existing webhook as specified by the webhook ID.
patch/v1/projects/{project_id}/webhooks/{webhook_id}
Query parameters
update_maskstring[]
The set of field mask paths.
Request body
Example request
{
"triggers": [
"MESSAGE_DELIVERY"
]
}Response
A successful response.
Example response
{
"triggers": [
"MESSAGE_DELIVERY"
]
}