Update webhook
Update webhook configuration. You can modify the URL, subscribed events, and enabled status.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the webhook to update.
Body
Updated HTTPS destination URL.
Updated set of event type subscriptions. Currently delivered events include knowledge.processing.completed, batch_prediction.completed, batch_prediction.failed, batch_prediction.expired, and batch_prediction.cancelled.
1knowledge.processing.completed, batch_prediction.completed, batch_prediction.failed, batch_prediction.expired, batch_prediction.cancelled Enable or disable webhook delivery.
Response
Successfully updated webhook
The webhook object represents an outbound webhook subscription.
The object type, which is always webhook.
webhook The webhook identifier.
The destination URL for webhook deliveries.
The subscribed event types. Currently delivered events include knowledge.processing.completed, batch_prediction.completed, batch_prediction.failed, batch_prediction.expired, and batch_prediction.cancelled.
knowledge.processing.completed, batch_prediction.completed, batch_prediction.failed, batch_prediction.expired, batch_prediction.cancelled Whether delivery is enabled for this webhook.
The ISO string for when the webhook was created.
The ISO string for when the webhook was last updated.