PUT/api/v2/projects/projectKey/flag-defaults
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X PUT https://app.launchdarkly.com/api/v2/projects/projectKey/flag-defaults \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "temporary": true
>}'
Response