Update flag trigger
Authentication
Path parameters
Request
The instructions to perform when updating. This should be an array with objects that look like <code>{“kind”: “trigger_action”}</code>.
The instructions to perform when updating. This should be an array with objects that look like <code>{“kind”: “trigger_action”}</code>.
Update a flag trigger. Updating a flag trigger uses the semantic patch format.
To make a semantic patch request, you must append domain-model=launchdarkly.semanticpatch
to your Content-Type
header. To learn more, read Updates using semantic patch.
Semantic patch requests support the following kind
instructions for updating flag triggers.
Removes the existing trigger action and replaces it with the new instructions.
value
: An array of the new kind
s of actions to perform when triggering. Supported flag actions are turnFlagOn
and turnFlagOff
.Here’s an example that replaces the existing action with new instructions to turn flag targeting off:
Generates a new URL for this trigger. You must update any clients using the trigger to use this new URL.
Here’s an example:
Disables the trigger. This saves the trigger configuration, but the trigger stops running. To re-enable, use enableTrigger
.
Here’s an example:
Enables the trigger. If you previously disabled the trigger, it begins running again.
Here’s an example: