Update a layer by adding, changing, or removing traffic reservations for experiments, or by changing layer name or description. Updating a layer 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 layers.
Updates the layer name.
name
: The new layer name.Here’s an example:
Updates the layer description.
description
: The new description.Here’s an example:
Adds or updates a traffic reservation for an experiment in a layer.
experimentKey
: The key of the experiment whose reservation you are adding to or updating in the layer.reservationPercent
: The amount of traffic in the layer to reserve. Must be an integer. Zero is allowed until iteration start.Here’s an example:
Removes a traffic reservation for an experiment from a layer.
experimentKey
: The key of the experiment whose reservation you want to remove from the layer.Here’s an example:
The project key
The layer key
The instructions to perform when updating. This should be an array with objects that look like <code>{“kind”: “update_action”}</code>. Some instructions also require a <code>value</code> field in the array element.
Optional comment describing the update
The environment key used for making environment specific updates. For example, updating the reservation of an experiment
Layer response
The key of the layer
The name of the layer
The description of the layer
The date and time when the layer was created
The unit of randomization for the layer
The layer configurations for each requested environment