PATCH/api/v2/flags/projectKey/featureFlagKey
Path Parameters
Query Parameters
Body Parameters
View in API Reference
Request
$curl -X PATCH https://app.launchdarkly.com/api/v2/flags/projectKey/featureFlagKey \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "patch": [
> {
> "op": "replace",
> "path": "/description",
> "value": "New description for this flag"
> }
> ]
>}'
Response