Skip to main content
POST
C#

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

バリデーション対象の実験の ID。

レスポンス

実験のバリデーション結果が返されました。

errors
object[]
必須

有効化を妨げているバリデーションエラーの一覧。is_valid が true の場合は空です。

is_valid
boolean
必須

この実験を有効化できる状態かどうか。