Rollouts
Create Rollout
POST
/
api
/
v1
/
namespaces
/
{namespaceKey}
/
flags
/
{flagKey}
/
rollouts
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Available options:
UNKNOWN_ROLLOUT_TYPE
, SEGMENT_ROLLOUT_TYPE
, THRESHOLD_ROLLOUT_TYPE
Was this page helpful?