POST
/
api
/
v1
/
namespaces
/
{namespaceKey}
/
flags
/
{flagKey}
/
rollouts

Authorizations

Authorization
string
headerrequired

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

Path Parameters

namespaceKey
string
required
flagKey
string
required

Body

application/json
rank
integer
required
description
string
segment
object
threshold
object

Response

200 - application/json
id
string
required
namespaceKey
string
required
flagKey
string
required
type
enum<string>
required
Available options:
UNKNOWN_ROLLOUT_TYPE,
SEGMENT_ROLLOUT_TYPE,
THRESHOLD_ROLLOUT_TYPE
rank
integer
required
description
string
required
createdAt
string
required
updatedAt
string
required
segment
object
threshold
object