interface WebhookPingParams {
    api_version?: string;
    body?: Body;
}

Properties

Properties

api_version?: string

Path param: Which version of the API to use.

body?: Body

Body param: Request message for WebhookService.PingWebhook.