mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
New: Health events for Webhooks
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
@@ -2,7 +2,6 @@ namespace NzbDrone.Core.Notifications.Webhook
|
||||
{
|
||||
public class WebhookPayload
|
||||
{
|
||||
public string EventType { get; set; }
|
||||
public WebhookAuthor Author { get; set; }
|
||||
public WebhookEventType EventType { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user