Updates the specified webhook
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
WebhookCreateUpdateModel
WebhookCreateUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Url |
Url to be called |
string | |
| ActivityTypes |
What activities this webhook will be called for. Webhook will be called for all if this is empty |
Collection of ActivityType | |
| IsDisabled |
Is Webhook disabled |
boolean |
{
"Url": "sample string 1",
"ActivityTypes": [
"AccountCreated",
"AccountCreated"
],
"IsDisabled": true
}
Sample not available.
https://api.servicereef.com/v1/webhooks/{id}?model={model}
Returns Id of updated webhook if successful
IHttpActionResultNone.
Try this endpoint by entering your credentials and using the API Explorer.
Try With API ExplorerSample not available.