🎉 Flipt v2 is now available! Experience the next generation of feature management with Pro features and enhanced GitOps workflow.
curl --request PUT \ --url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --data '{ "threshold": { "percentage": 70.0, "value": false }, } }'
{ "id": "<string>", "namespaceKey": "<string>", "flagKey": "<string>", "type": "UNKNOWN_ROLLOUT_TYPE", "rank": 123, "description": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "segment": { "segmentKey": "<string>", "value": true, "segmentKeys": [ "<string>" ], "segmentOperator": "OR_SEGMENT_OPERATOR" }, "threshold": { "percentage": 123, "value": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
OR_SEGMENT_OPERATOR
AND_SEGMENT_OPERATOR
OK
UNKNOWN_ROLLOUT_TYPE
SEGMENT_ROLLOUT_TYPE
THRESHOLD_ROLLOUT_TYPE
Was this page helpful?