Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{tenantDomain}/api/v2/experimentation/experiments/{id}/validate \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "code": "<string>", "message": "<string>" } ], "is_valid": true }
実験をアクティブ化できる状態かどうかを確認します。is_valid boolean と、ブロッカーを説明する errors 配列を返します。読み取り専用で、state は変更されません。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
検証する実験のID。
実験の検証結果が返されました。
有効化を妨げている検証エラーの一覧。is_valid が true の場合は空です。
Show child attributes
実験を有効化する準備ができているかどうか。