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