| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
FeatureFlagResponse |
FeatureFlagsApi.updateFeatureFlag(UUID featureFlagId,
UpdateFeatureFlagRequest body)
Update a feature flag.
|
CompletableFuture<FeatureFlagResponse> |
FeatureFlagsApi.updateFeatureFlagAsync(UUID featureFlagId,
UpdateFeatureFlagRequest body)
Update a feature flag.
|
ApiResponse<FeatureFlagResponse> |
FeatureFlagsApi.updateFeatureFlagWithHttpInfo(UUID featureFlagId,
UpdateFeatureFlagRequest body)
Updates an existing feature flag's metadata such as name and description.
|
CompletableFuture<ApiResponse<FeatureFlagResponse>> |
FeatureFlagsApi.updateFeatureFlagWithHttpInfoAsync(UUID featureFlagId,
UpdateFeatureFlagRequest body)
Update a feature flag.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFeatureFlagRequest |
UpdateFeatureFlagRequest.data(UpdateFeatureFlagData data) |
UpdateFeatureFlagRequest |
UpdateFeatureFlagRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.