Passer au contenu principal
POST
Validate an experiment.

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string
requis

The ID of the experiment to validate.

Réponse

Experiment validation result returned.

is_valid
boolean
requis

Whether the experiment is ready to be activated.

errors
object[]
requis

List of validation errors preventing activation. Empty when is_valid is true.