WebhookUpdateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class WebhookUpdateOptions
{
	string CallbackUrl { get; set;  }
	bool? IsEnabled { get; set;  }
	bool? RegenerateSecret { get; set;  }
	List<Guid> WebhookEventIds { get; set;  }
}
Properties
| Name | Type | Description | Default | Options | 
|---|---|---|---|---|
| CallbackUrl | string | The url event data will be posted to. | ||
| IsEnabled | bool? | Specify whether the webhooks should actively receive event data. | ||
| RegenerateSecret | bool? | Specify whether the secret hash token should be regenerated. | ||
| WebhookEventIds | List<Guid> | List of events that this url will recieve data for. |