POST/api/v2/projects/projectKey/release-pipelines
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/projects/projectKey/release-pipelines \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "key": "standard-pipeline",
> "name": "Standard Pipeline"
>}'
Response