1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

Docs: Fixed missing values in webhooks (#6833)

Fixed missing values in the webhook docs, the list of values is from
[the type
definitions](d3eac6caf8/src/lib/addons/webhook-definition.ts (L100-L129))

Credit goes to @gastonfournier for finding these 🙏
This commit is contained in:
Alvin Bryan 2024-04-12 18:32:01 +01:00 committed by GitHub
parent 04e4201021
commit 8c6feb7925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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