Updates an existing holdout, and returns the updated holdout. Updating holdouts 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.
Instructions
Semantic patch requests support the following kind
instructions for updating holdouts.
Click to expand instructions for updating holdouts
endHoldoutEnds a holdout.
ParametersNone.
Here’s an example:
removeExperimentRemoves an experiment from a holdout.
Parameters
value
: The key of the experiment to remove
Here’s an example:
updateDescriptionUpdates the description of the holdout.
Parameters
value
: The new description.
Here’s an example:
updateNameUpdates the name of the holdout.
ParametersHere’s an example: