provider Feature Flags PUT /api/v2/feature-flags/environments/{environment_id}
@utdk/datadog /api/v2/feature-flags/environments/{environment_id}
Update an environment
Updates an existing environment's metadata such as name and description.
environment_id path required
The ID of the environment.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
updatefeatureflagsenvironment
PUT/api/v2/feature-flags/environments/{environment_id}
Updates an existing environment's metadata such as name and description.

Parameters

required

The ID of the environment.

Input

required

Data for updating an environment.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.updatefeatureflagsenvironment()