Update Webhook
Updates an existing webhook.
📘 One webhook per organization
An organization can register a single webhook, which receives every event produced in that organization. See the Events documentation for the list of event types and payload shapes.
Authentication
AuthorizationBasic
This is the Polytomic deployment key (on-premises only)
OR
AuthorizationBearer
This is the Polytomic API key
Path parameters
id
Headers
X-Polytomic-Version
Request
This endpoint expects an object.
endpoint
secret
organization_id
Response
OK
data
Errors
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error
