Interface PatchedWebhookWriteRequest

PatchedWebhookWriteRequest

interface PatchedWebhookWriteRequest {
    content_type?: "application/json";
    description?: string;
    enable_ssl?: boolean;
    events?: EventsEnum[];
    is_active?: boolean;
    secret?: string;
    target_url?: string;
}

Properties

content_type?: "application/json"

PatchedWebhookWriteRequest

description?: string

PatchedWebhookWriteRequest

enable_ssl?: boolean

PatchedWebhookWriteRequest

events?: EventsEnum[]

PatchedWebhookWriteRequest

is_active?: boolean

PatchedWebhookWriteRequest

secret?: string

PatchedWebhookWriteRequest

target_url?: string

PatchedWebhookWriteRequest