HTTP request sent during a webhook delivery

interface BitbucketWebhookRequest {
    method: string;
    url: string;
}

Properties

Properties

method: string
url: string