Jira.js - Jira Cloud API library
    Preparing search index...

    Interface ContainerForRegisteredWebhooks

    Container for a list of registered webhooks. Webhook details are returned in the same order as the request.

    interface ContainerForRegisteredWebhooks {
        webhookRegistrationResult?: Version2Models.RegisteredWebhook[];
    }
    Index

    Properties

    webhookRegistrationResult?: Version2Models.RegisteredWebhook[]

    A list of registered webhooks.