PATCH/api/v2/projects/projectKey/layers/layerKey
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X PATCH https://app.launchdarkly.com/api/v2/projects/projectKey/layers/layerKey \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "comment": "Example comment describing the update",
> "environmentKey": "production"
>}'
Response