Updates a Webhook Configuration

updateWebhookConfiguration(environment, xAuthToken, webhookConfigurationId, data)
.then(response => console.log(response.data))
.catch(error => console.error(error));
  • Parameters

    • environment: string

      Environment name: https://{{environment}}.bloomreach.io

    • xAuthToken: string

      BrX API Token

    • webhookConfigurationId: string

      Webhook Configuration ID

    • configuration: WebhookConfiguration

      Webhook Configuration

    • OptionaloptXResourceVersion: string

    Returns AxiosPromise