Skip to content

Commit

Permalink
doc: update triggers (accept suggestion)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Yuichi Okimoto <[email protected]>
  • Loading branch information
htessaro and cre8ivejp authored Jan 19, 2024
1 parent 69b8642 commit f0768dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature-flags/creating-feature-flags/trigger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ After creating a trigger, you can perform four actions on it through the Buckete

- **Edit**: Use this option to update the trigger description.
- **Disable**: Deactivate the trigger without removing or changing the Trigger URL. Despite receiving a POST request, the Bucketeer system will not execute the trigger action when disabled.
- **Reset**: Create a new Trigger URL. POST requests using the old Trigger URL will not change the flag state. When you Reset the trigger, the Bucketeer system will provide a new Trigger URL. You should copy and store the Trigger URL to use in your application.
- **Reset**: Create a new Trigger URL. POST requests using the old Trigger URL will not change the flag state. When you reset the trigger, the Bucketeer system will provide a new Trigger URL. You should copy and store the Trigger URL to use in your application.
- **Delete**: Remove the trigger.

:::info Reset operation
Expand Down

0 comments on commit f0768dd

Please sign in to comment.