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。

ボディ

実験の移行先ライフサイクルステータス。

status
enum<string>
必須

実験を遷移させる先のstatus。

利用可能なオプション:
active,
paused,
completed,
archived

レスポンス

実験のステータスが正常に更新されました。

allocation_strategy
enum<string>
必須
利用可能なオプション:
percentage,
segment
allocations
object[]
必須
assignment_config
object
必須
authentication_flow
string
必須
created_at
string<date-time>
必須
feature_flag_id
string
必須
id
string
必須
Pattern: ^exp_[A-HJ-NP-Za-km-z1-9]+$
is_valid
boolean
必須
name
string
必須
status
enum<string>
必須

statusで絞り込みます。完全一致です。

利用可能なオプション:
draft,
active,
paused,
completed,
archived
updated_at
string<date-time>
必須
description
string
ended_at
string<date-time>
started_at
string<date-time>