updateWebhookEndpoint
Update an endpoint's URL, events, description, or active state.
updateWebhookEndpoint(
id: ID!
input: WebhookEndpointUpdateInput!
): WebhookEndpoint!
Arguments
updateWebhookEndpoint.id ● ID! non-null scalar
updateWebhookEndpoint.input ● WebhookEndpointUpdateInput! non-null input
Type
WebhookEndpoint object
A registered webhook endpoint. Riverr POSTs a signed event payload to url
whenever one of enabledEvents occurs for your enterprise, so you can react to
changes in real time instead of polling the API.