Add events v14/feature/add-webhook-events-endpoint (#16192)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Umbraco.Cms.Api.Management.ViewModels.Webhook;
|
||||
|
||||
public class WebhookEventViewModel
|
||||
{
|
||||
public string EventName { get; set; } = string.Empty;
|
||||
|
||||
public string EventType { get; set; } = string.Empty;
|
||||
|
||||
public string Alias { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user