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