Skip to main content
PATCH
C#

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

更新する実験の ID。

ボディ

実験の部分更新。指定されたフィールドのみ更新されます。割り当てを指定すると、割り当てセット全体が置き換えられます。

allocations
object[]

すべてのトラフィック割り当てを置き換えます。実験がアクティブな間は変更できません。

Minimum array length: 1
assignment_config
object

ユーザーを variation に割り当てる方法の設定

authentication_flow
enum<string>

この実験の対象となる認証フローを指定します。下書きの実験でのみ変更できます。次のいずれかである必要があります: authentication, mfa_enrollment, mfa_challenge, password_reset, passkey_enrollment, organization_selection, email_verification, または all。all 値はすべてのフローを一度に対象にしますが、これが唯一のアクティブな実験である必要があります。

利用可能なオプション:
authentication,
mfa_enrollment,
mfa_challenge,
password_reset,
passkey_enrollment,
organization_selection,
email_verification,
all
description
string | null

実験の説明

Required string length: 3 - 1024
Pattern: ^(?!.*\x00)\S(.*\S)?$
levels
integer[]

ランプ実験レベルの設定。下書きの実験でのみ変更できます。

name
string

実験のわかりやすい名前

Required string length: 3 - 255
Pattern: ^(?!.*\x00)\S(.*\S)?$

レスポンス

実験が正常に更新されました。

allocation_strategy
enum<string>
必須
利用可能なオプション:
percentage,
segment
allocations
object[]
必須
assignment_config
object
必須
authentication_flow
string
必須
created_at
string<date-time>
必須
editable_fields
string[]
必須

実験の現在のステータスで変更可能なフィールド。レスポンス生成時に計算され、常にAPIの強制適用ロジックの最新の状態を反映します。

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>
必須
current_level
integer | null

読み取り専用。現在のランプステップで有効な公開率。ランプスケジュールが有効でない場合はnull。

description
string
ended_at
string<date-time>
feature_flag_name
string
feature_flag_snapshot
object | null
is_stateful
boolean
levels
integer[]

ランプ実験レベルの設定。

started_at
string<date-time>