v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Webhook Configuration Operations

Update a webhook configuration

Updates a webhook configuration.

put/configurations/{webhook_configuration_id}

Path parameters

webhook_configuration_idstring required

identifier of the webhook configuration

Headers

X-Resource-Versionstring

Resource's version, as obtained when GETting the resource. The first time a resource is created, a empty value is expected (omit the header). Must be used in any subsequent update requests of this resource

Request body

idstring

identifier of the webhook configuration. autogenerated during create webhook configuration operation

namestring required

identifying name of the webhook configuration

enabledboolean

whether the webhook configuration is enabled. this allows executing a webhook call in case a new event is triggered

urlstring required

url of the webhook call

method'POST' required

HTTP Method

  • POST - POST operation
triggersWebhookConfigurationTrigger[] required

events that triggers webhook calls

Response

OK

idstring

identifier of the webhook configuration. autogenerated during create webhook configuration operation

namestring required

identifying name of the webhook configuration

enabledboolean

whether the webhook configuration is enabled. this allows executing a webhook call in case a new event is triggered

urlstring required

url of the webhook call

method'POST' required

HTTP Method

  • POST - POST operation
triggersWebhookConfigurationTrigger[] required

events that triggers webhook calls