Updates a webhook configurationCopy Pageput https://api.comapi.com/apispaces/{apiSpaceId}/webhooks/{webhookId}Path ParamsapiSpaceIdstringrequired^([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})|[a-f0-9]{32}$The api space idwebhookIdstringrequiredThe webhook idBody ParamsDetail of the webhook configuration to updatenamestringrequiredThe name of the webhook configurationurlstringrequiredThe target url of the webhook configurationsecretstringThe secret of the webhook configurationsubscriptionsarray of objectsEvents for webhooksubscriptionsADD objectbatchbooleanWhether to use event batching, or send single eventstruefalsemaxBatchSizenumber1 to 500Maximum number of events to batch before it is sentbatchTimeoutnumber1 to 60Maximum duration in seconds to wait before a batch is sentHeadersif-matchstringAn optional ETag for optimistic concurrency controlResponses 200The updated webhook configuration 404The webhook configuration was not foundUpdated 10 months ago Retrieves a webhook configurationDeletes a webhook configuration