update webhook payload
This commit is contained in:
parent
fc532e5b0c
commit
cd317aa9a2
|
@ -40,7 +40,7 @@ type UnregisterWebhookReq struct {
|
|||
type WebhookBody struct {
|
||||
ID string `json:"Id"`
|
||||
Attempt int `json:"Attempt"`
|
||||
Notifications WebhookNotification `json:"Notifications"`
|
||||
Notifications []WebhookNotification `json:"Notifications"`
|
||||
}
|
||||
|
||||
type WebhookNotification struct {
|
||||
|
|
Loading…
Reference in New Issue