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

    Interface WebhookRegistrationDetails

    Details of webhooks to register.

    interface WebhookRegistrationDetails {
        url: string;
        webhooks: Version3Models.WebhookDetails[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    url: string

    The URL that specifies where to send the webhooks. This URL must use the same base URL as the Connect app. Only a single URL per app is allowed to be registered.

    A list of webhooks.