From aa436e196350b2137bcc5bc89233b30f44e11e81 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 15 Sep 2026 10:27:07 +0000 Subject: [PATCH] Regenerate client from commit 95a7cf5 of spec repo --- .generator/schemas/v2/openapi.yaml | 61 ++++++++++++- .../api/client/v2/api/FeatureFlagsApi.java | 88 +++++++++---------- .../v2/model/RumCrossProductSampling.java | 4 +- .../model/RumRetentionFilterAttributes.java | 3 +- .../RumRetentionFilterCreateAttributes.java | 3 +- .../RumRetentionFilterUpdateAttributes.java | 3 +- 6 files changed, 111 insertions(+), 51 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 44f90ebdfe2..0743b28d782 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -95787,7 +95787,7 @@ components: example: true type: boolean trace_sample_rate: - description: The sample rate for the APM cross-product retention filter, between 0 and 100. + description: The sample rate for the APM cross-product retention filter, between 0 and 100. Values returned by the API are rounded to two decimal places. example: 25.0 format: double maximum: 100 @@ -96438,7 +96438,7 @@ components: $ref: "#/components/schemas/RumRetentionFilterData" type: object RumRetentionFilterSampleRate: - description: The sample rate for a RUM retention filter, between 0.1 and 100. + description: The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one decimal place. example: 50.5 format: double maximum: 100 @@ -129136,6 +129136,11 @@ components: event_correlation_config_read: View event correlation configurations. event_correlation_config_write: Create and update event correlation configurations. events_read: Read Events data. + feature_flag_approvals_override: Override Feature Flag Approvals. + feature_flag_config_read: View Feature Flag Configurations. + feature_flag_config_write: Edit Feature Flag Configurations. + feature_flag_environment_config_read: View Feature Flag Environment settings. + feature_flag_environment_config_write: Modify Feature Flag Environment settings. hosts_read: List hosts and their attributes. incident_notification_settings_read: View Incident Notification Rule Settings. incident_notification_settings_write: Configure Incidents Notification Rule settings. @@ -153811,6 +153816,9 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_read + - feature_flag_environment_config_read summary: List feature flags tags: - Feature Flags @@ -153904,6 +153912,9 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write + - feature_flag_environment_config_read summary: Create a feature flag tags: - Feature Flags @@ -153978,6 +153989,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_environment_config_read summary: List environments tags: - Feature Flags @@ -154050,6 +154063,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_environment_config_write summary: Create an environment tags: - Feature Flags @@ -154084,6 +154099,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_environment_config_write summary: Delete an environment tags: - Feature Flags @@ -154136,6 +154153,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_environment_config_read summary: Get an environment tags: - Feature Flags @@ -154211,6 +154230,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_environment_config_write summary: Update an environment tags: - Feature Flags @@ -154277,6 +154298,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write summary: Pause a progressive rollout tags: - Feature Flags @@ -154343,6 +154366,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write summary: Resume a progressive rollout tags: - Feature Flags @@ -154409,6 +154434,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write summary: Start a progressive rollout tags: - Feature Flags @@ -154475,6 +154502,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write summary: Stop a progressive rollout tags: - Feature Flags @@ -154536,6 +154565,9 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_read + - feature_flag_environment_config_read summary: Get a feature flag tags: - Feature Flags @@ -154618,6 +154650,9 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write + - feature_flag_environment_config_read summary: Update a feature flag tags: - Feature Flags @@ -154686,6 +154721,9 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write + - feature_flag_environment_config_read summary: Archive a feature flag tags: - Feature Flags @@ -154806,6 +154844,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write summary: Create targeting rules for a flag env tags: - Feature Flags @@ -154908,6 +154948,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write summary: Update targeting rules for a flag tags: - Feature Flags @@ -154945,6 +154987,9 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write + - feature_flag_environment_config_read summary: Disable a feature flag in an environment tags: - Feature Flags @@ -154983,6 +155028,9 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write + - feature_flag_environment_config_read summary: Enable a feature flag in an environment tags: - Feature Flags @@ -155050,6 +155098,9 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write + - feature_flag_environment_config_read summary: Unarchive a feature flag tags: - Feature Flags @@ -155134,6 +155185,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write summary: Add a variant to a feature flag tags: - Feature Flags @@ -155183,6 +155236,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write summary: Delete a variant tags: - Feature Flags @@ -155262,6 +155317,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] + - AuthZ: + - feature_flag_config_write summary: Update a variant tags: - Feature Flags diff --git a/src/main/java/com/datadog/api/client/v2/api/FeatureFlagsApi.java b/src/main/java/com/datadog/api/client/v2/api/FeatureFlagsApi.java index ad5430c1538..ef0ab4f956a 100644 --- a/src/main/java/com/datadog/api/client/v2/api/FeatureFlagsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/FeatureFlagsApi.java @@ -133,7 +133,7 @@ public ApiResponse archiveFeatureFlagWithHttpInfo(UUID feat localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -185,7 +185,7 @@ public CompletableFuture> archiveFeatureFlagWit localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -307,7 +307,7 @@ public ApiResponse createAllocationsForFeatureFlagInEnvironm localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -386,7 +386,7 @@ public ApiResponse createAllocationsForFeatureFlagInEnvironm localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -472,7 +472,7 @@ public ApiResponse createFeatureFlagWithHttpInfo( localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -519,7 +519,7 @@ public CompletableFuture> createFeatureFlagWith localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -606,7 +606,7 @@ public ApiResponse createFeatureFlagsEnvironmentWithHttpInf localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -654,7 +654,7 @@ public ApiResponse createFeatureFlagsEnvironmentWithHttpInf localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -762,7 +762,7 @@ public ApiResponse createVariantForFeatureFlagWithHttpInfo( localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -826,7 +826,7 @@ public CompletableFuture> createVariantForFeatureFlagWithHt localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -914,7 +914,7 @@ public ApiResponse deleteFeatureFlagsEnvironmentWithHttpInfo(UUID environm localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "DELETE", builder, @@ -966,7 +966,7 @@ public CompletableFuture> deleteFeatureFlagsEnvironmentWithHtt localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -1073,7 +1073,7 @@ public ApiResponse deleteVariantFromFeatureFlagWithHttpInfo( localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "DELETE", builder, @@ -1138,7 +1138,7 @@ public CompletableFuture> deleteVariantFromFeatureFlagWithHttp localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -1242,7 +1242,7 @@ public ApiResponse disableFeatureFlagEnvironmentWithHttpInfo( localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -1308,7 +1308,7 @@ public CompletableFuture> disableFeatureFlagEnvironmentWithHtt localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -1412,7 +1412,7 @@ public ApiResponse enableFeatureFlagEnvironmentWithHttpInfo( localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -1478,7 +1478,7 @@ public CompletableFuture> enableFeatureFlagEnvironmentWithHttp localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -1566,7 +1566,7 @@ public ApiResponse getFeatureFlagWithHttpInfo(UUID featureF localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "GET", builder, @@ -1617,7 +1617,7 @@ public CompletableFuture> getFeatureFlagWithHtt localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -1706,7 +1706,7 @@ public ApiResponse getFeatureFlagsEnvironmentWithHttpInfo(U localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "GET", builder, @@ -1758,7 +1758,7 @@ public ApiResponse getFeatureFlagsEnvironmentWithHttpInfo(U localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -1927,7 +1927,7 @@ public ApiResponse listFeatureFlagsWithHttpInfo( localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "GET", builder, @@ -1975,7 +1975,7 @@ public CompletableFuture> listFeatureFlags localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -2162,7 +2162,7 @@ public ApiResponse listFeatureFlagsEnvironmentsWithHtt localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "GET", builder, @@ -2213,7 +2213,7 @@ public ApiResponse listFeatureFlagsEnvironmentsWithHtt localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -2306,7 +2306,7 @@ public ApiResponse pauseExposureScheduleWith localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -2360,7 +2360,7 @@ public ApiResponse pauseExposureScheduleWith localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -2455,7 +2455,7 @@ public ApiResponse resumeExposureScheduleWit localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -2509,7 +2509,7 @@ public ApiResponse resumeExposureScheduleWit localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -2603,7 +2603,7 @@ public ApiResponse startExposureScheduleWith localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -2657,7 +2657,7 @@ public ApiResponse startExposureScheduleWith localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -2751,7 +2751,7 @@ public ApiResponse stopExposureScheduleWithH localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -2805,7 +2805,7 @@ public ApiResponse stopExposureScheduleWithH localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -2895,7 +2895,7 @@ public ApiResponse unarchiveFeatureFlagWithHttpInfo(UUID fe localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "POST", builder, @@ -2947,7 +2947,7 @@ public CompletableFuture> unarchiveFeatureFlagW localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -3073,7 +3073,7 @@ public ListAllocationsResponse updateAllocationsForFeatureFlagInEnvironment( localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "PUT", builder, @@ -3152,7 +3152,7 @@ public ListAllocationsResponse updateAllocationsForFeatureFlagInEnvironment( localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -3253,7 +3253,7 @@ public ApiResponse updateFeatureFlagWithHttpInfo( localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "PUT", builder, @@ -3315,7 +3315,7 @@ public CompletableFuture> updateFeatureFlagWith localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -3416,7 +3416,7 @@ public ApiResponse updateFeatureFlagsEnvironmentWithHttpInf localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "PUT", builder, @@ -3480,7 +3480,7 @@ public ApiResponse updateFeatureFlagsEnvironmentWithHttpInf localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -3599,7 +3599,7 @@ public ApiResponse updateVariantForFeatureFlagWithHttpInfo( localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); return apiClient.invokeAPI( "PUT", builder, @@ -3675,7 +3675,7 @@ public CompletableFuture> updateVariantForFeatureFlagWithHt localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); diff --git a/src/main/java/com/datadog/api/client/v2/model/RumCrossProductSampling.java b/src/main/java/com/datadog/api/client/v2/model/RumCrossProductSampling.java index 8a8bdbf563c..1188b1bfdb0 100644 --- a/src/main/java/com/datadog/api/client/v2/model/RumCrossProductSampling.java +++ b/src/main/java/com/datadog/api/client/v2/model/RumCrossProductSampling.java @@ -58,8 +58,8 @@ public RumCrossProductSampling traceSampleRate(Double traceSampleRate) { } /** - * The sample rate for the APM cross-product retention filter, between 0 and 100. minimum: 0 - * maximum: 100 + * The sample rate for the APM cross-product retention filter, between 0 and 100. Values returned + * by the API are rounded to two decimal places. minimum: 0 maximum: 100 * * @return traceSampleRate */ diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterAttributes.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterAttributes.java index c9922aab930..a6269ac69b8 100644 --- a/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterAttributes.java @@ -167,7 +167,8 @@ public RumRetentionFilterAttributes sampleRate(Double sampleRate) { } /** - * The sample rate for a RUM retention filter, between 0.1 and 100. minimum: 0.1 maximum: 100 + * The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one + * decimal place. minimum: 0.1 maximum: 100 * * @return sampleRate */ diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterCreateAttributes.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterCreateAttributes.java index 214e9454356..c3bf42ce094 100644 --- a/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterCreateAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterCreateAttributes.java @@ -180,7 +180,8 @@ public RumRetentionFilterCreateAttributes sampleRate(Double sampleRate) { } /** - * The sample rate for a RUM retention filter, between 0.1 and 100. minimum: 0.1 maximum: 100 + * The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one + * decimal place. minimum: 0.1 maximum: 100 * * @return sampleRate */ diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterUpdateAttributes.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterUpdateAttributes.java index 657b8329fd2..51b8fff00f1 100644 --- a/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterUpdateAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterUpdateAttributes.java @@ -168,7 +168,8 @@ public RumRetentionFilterUpdateAttributes sampleRate(Double sampleRate) { } /** - * The sample rate for a RUM retention filter, between 0.1 and 100. minimum: 0.1 maximum: 100 + * The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one + * decimal place. minimum: 0.1 maximum: 100 * * @return sampleRate */