updateWebhookConfiguration
Update a webhook configuration
This page contains
Arguments
input UpdateWebhookConfigurationInput! |
UpdateWebhookConfigurationInput fields
id ID! | Identifier of the webhook configuration to update |
resourceActions [WebhookResourceAction!] | Actions on the resource to get notified about |
url URL | Url to send webhooks to |
authentication WebhookAuthenticationInput | Authentication for the webhook url |
active Boolean | Active status of the webhook |
destination WebhookDestinationInput PREVIEW | Destination for the webhook |
Return Fields
webhookConfiguration WebhookConfiguration | Updated webhook configuration if successful |
userErrors [UpdateWebhookConfigurationError!] | Errors preventing update of the webhook configuration |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.