POST/api/v2/projects/projectKey/flags/featureFlagKey/environments/environmentKey/workflows
Path Parameters
Query Parameters
Body Parameters
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/projects/projectKey/flags/featureFlagKey/environments/environmentKey/workflows \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "name": "Progressive rollout starting in two days",
> "description": "Turn flag on for 10% of customers each day"
>}'
Response