v1

latestOpenAPI 3.0.12026-07-17235160320.7 KB
Experiments

Modifies an experiment by its unique identifier

put/api/v1/experiments/{id}

Path parameters

idinteger required

ID for the Experiment resource.

Headers

X-Fieldsstring mask

An optional fields mask

Request body

namestring required

Name of the Experiment resource.

descriptionstring

Description of the Experiment resource.

entrypointsinteger[]

A list of Entrypoint IDs.

Response

Success

idinteger

ID for the Experiment resource.

snapshotinteger

ID for the underlying Experiment snapshot.

createdOnstring date-time

Timestamp when the Experiment resource was created.

snapshotCreatedOnstring date-time

Timestamp when the Experiment resource snapshot was created.

lastModifiedOnstring date-time

Timestamp when the Experiment resource was last modified.

latestSnapshotboolean

Whether or not the Experiment resource is the latest version.

hasDraftboolean

Whether a draft exists for the Experiment resource.

namestring required

Name of the Experiment resource.

descriptionstring

Description of the Experiment resource.