Interface WebhooksApiWebhooksCreatePingRequest

Request parameters for webhooksCreatePing operation in WebhooksApi.

WebhooksApiWebhooksCreatePingRequest

interface WebhooksApiWebhooksCreatePingRequest {
    id: number;
}

Properties

Properties

id: number

A unique integer value identifying this webhook.

WebhooksApiWebhooksCreatePing