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

    Interface RegisteredWebhook

    ID of a registered webhook or error messages explaining why a webhook wasn't registered.

    interface RegisteredWebhook {
        createdWebhookId?: number;
        errors?: string[];
    }
    Index

    Properties

    createdWebhookId?: number

    The ID of the webhook. Returned if the webhook is created.

    errors?: string[]

    Error messages specifying why the webhook creation failed.