Interface WebhookUpdateSuccessEvent
Properties
category
category: "webhook"
Sanitisation Level DATA
data
data: {
disabled: boolean;
events: string[];
id: string;
url: string;
}
Type declaration
disabled: boolean
events: string[]
id: string
url: string
requestId
requestId: string
timestamp
timestamp: number