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
requireddescription
string
segment
object
threshold
object
Response
200 - application/json
id
string
requirednamespaceKey
string
requiredflagKey
string
requiredtype
enum<string>
requiredAvailable options:
UNKNOWN_ROLLOUT_TYPE
, SEGMENT_ROLLOUT_TYPE
, THRESHOLD_ROLLOUT_TYPE
rank
integer
requireddescription
string
requiredcreatedAt
string
requiredupdatedAt
string
requiredsegment
object
threshold
object
Was this page helpful?