メインコンテンツへスキップ
POST
Validate an experiment.

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

The ID of the experiment to validate.

レスポンス

Experiment validation result returned.

is_valid
boolean
必須

Whether the experiment is ready to be activated.

errors
object[]
必須

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