🎉 New in Flipt Pro: Integrated secrets management with HashiCorp Vault, AWS Secrets Manager, GCP Secret Manager, and Azure Key Vault. Learn more.
curl --request POST \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"rank": 1,
"threshold": {
"percentage": 50.0,
"value": true
},
}
}'
{
"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
}
}curl --request POST \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"rank": 1,
"threshold": {
"percentage": 50.0,
"value": true
},
}
}'
{
"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
}
}Documentation Index
Fetch the complete documentation index at: https://docs.flipt.io/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rollouts \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"rank": 1,
"threshold": {
"percentage": 50.0,
"value": true
},
}
}'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
UNKNOWN_ROLLOUT_TYPE, SEGMENT_ROLLOUT_TYPE, THRESHOLD_ROLLOUT_TYPE Show child attributes
Show child attributes
Was this page helpful?