メインコンテンツへスキップ
POST
Create a feature flag for the Experiment Center.

承認

Authorization
string
header
必須

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

ボディ

Create a feature flag for experiment configuration

name
string
必須

A human-readable name for the feature flag

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

Configuration parameters for this feature flag

description
string

A description of what this feature flag controls

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

レスポンス

Feature flag successfully created.

id
string
必須
Pattern: ^flg_[A-HJ-NP-Za-km-z1-9]+$
name
string
必須
type
enum<string>
必須

Filter by type. Exact match.

利用可能なオプション:
auth0,
self
status
enum<string>
必須

Filter by status. Exact match.

利用可能なオプション:
draft,
active,
archived
created_at
string<date-time>
必須
updated_at
string<date-time>
必須
description
string
parameters
object

Configuration parameters for this feature flag