Update Webhook
Updates a webhook subscriber in the specified organization using the data included in the request.
Org ID
Webhook identifier
OK
{
"contact": "[email protected]/#vmc-notification-gw",
"created": "string",
"created_by": "[email protected]",
"id": "string",
"name": "string",
"org_id": "string",
"providers": [
"string"
],
"status": "string",
"updated": "string",
"updated_by": "[email protected]",
"version": 0,
"web_hook_info": {
"callback_headers": {
"callback_headers": "string"
},
"callback_uri": "string",
"subscribed_categories": [
"string"
],
"subscribed_notification_types": [
"string"
]
}
}
Team member email or slack channel to be contacted if needed
The creation date of entity.
The username of the person/app who created the notification type
Unique ID for this entity.
name
org_id
providers
The status of the webhook.
The update date of entity.
The username of the person/app who updated the notification type
Version of this entity.
web_hook_info
Bad Request
"ErrorResponse Object"
Message of Error
type
Unauthorized
"WebhookResponse Object"
Team member email or slack channel to be contacted if needed
The creation date of entity.
The username of the person/app who created the notification type
Unique ID for this entity.
name
org_id
providers
The status of the webhook.
The update date of entity.
The username of the person/app who updated the notification type
Version of this entity.
web_hook_info
Forbidden
"WebhookResponse Object"
Team member email or slack channel to be contacted if needed
The creation date of entity.
The username of the person/app who created the notification type
Unique ID for this entity.
name
org_id
providers
The status of the webhook.
The update date of entity.
The username of the person/app who updated the notification type
Version of this entity.
web_hook_info
Not Found
"ErrorResponse Object"
Message of Error
type
Internal Server Error
"ErrorResponse Object"
Message of Error
type
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}'