Assign a tag to an experiment
Assign a tag to an experiment. Tags are scoped to the experiment’s dataset and each tag name points at a single experiment, so assigning a tag that another experiment on the same dataset owns atomically moves the tag to this experiment. Re-assigning a tag the experiment already owns is idempotent and replaces the description. Assigning the reserved ‘baseline’ tag makes this experiment the dataset’s baseline; ephemeral experiments cannot become the baseline.
Path Parameters
The ID of the experiment
Body
The name of the tag to assign, e.g. 'baseline'. If another experiment on the same dataset already owns this tag, the tag is moved to this experiment.
^[a-z0-9]([_a-z0-9-]*[a-z0-9])?$An optional description of the tag (replaces any existing description)
Response
The tag as it now applies to the experiment

