Bitbucket Data Center API Client
    Preparing search index...

    Interface TestWebhookParams

    Query and body parameters accepted by POST /webhooks/test.

    Either webhookId (test an existing webhook) or url (test a candidate target before creating a webhook) should be supplied.

    interface TestWebhookParams {
        password?: string;
        sslVerificationRequired?: boolean;
        url?: string;
        username?: string;
        webhookId?: number;
    }
    Index

    Properties

    password?: string
    sslVerificationRequired?: boolean
    url?: string
    username?: string
    webhookId?: number