From 8c6feb79254d1f2c447d39a7055ef319fd151d4a Mon Sep 17 00:00:00 2001 From: Alvin Bryan <107407814+alvinometric@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:32:01 +0100 Subject: [PATCH] Docs: Fixed missing values in webhooks (#6833) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed missing values in the webhook docs, the list of values is from [the type definitions](https://github.com/Unleash/unleash/blob/d3eac6caf83b6bdff25f218d0be761f7a390a2b3/src/lib/addons/webhook-definition.ts#L100-L129) Credit goes to @gastonfournier for finding these 🙏 --- website/docs/reference/integrations/webhook.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/docs/reference/integrations/webhook.md b/website/docs/reference/integrations/webhook.md index 58ad850b26..1c566a963f 100644 --- a/website/docs/reference/integrations/webhook.md +++ b/website/docs/reference/integrations/webhook.md @@ -28,6 +28,23 @@ You can choose to trigger updates for the following events (we might add more ev - feature-stale-off - feature-environment-enabled - feature-environment-disabled +- feature-variants-updated +- feature-tagged +- feature-untagged +- change-request-created +- change-request-discarded +- change-added +- change-discarded +- change-request-approved +- change-request-approval-added +- change-request-cancelled +- change-request-sent-to-review +- change-request-applied +- change-request-scheduled +- change-request-scheduled-application-success +- change-request-scheduled-application-failure +- change-request-schedule-suspended +- feature-potentially-stale-on > *) Deprecated, and will not be used after transition to environments in Unleash v4.3