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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

Enter a gateway URL above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.updatefeatureflagsenvironment()