Rollouts
Create Rollout
POST
/
api
/
v1
/
namespaces
/
{namespaceKey}
/
flags
/
{flagKey}
/
rollouts
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
namespaceKey
string
requiredflagKey
string
requiredBody
application/json
rank
integer
requirednamespaceKey
string
flagKey
string
description
string
segment
object
threshold
object
Response
200 - application/json
id
string
namespaceKey
string
flagKey
string
type
enum<string>
Available options:
UNKNOWN_ROLLOUT_TYPE
, SEGMENT_ROLLOUT_TYPE
, THRESHOLD_ROLLOUT_TYPE
rank
integer
description
string
createdAt
string
updatedAt
string
segment
object
threshold
object
Was this page helpful?