Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 59 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -153978,6 +153989,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_environment_config_read
summary: List environments
tags:
- Feature Flags
Expand Down Expand Up @@ -154050,6 +154063,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_environment_config_write
summary: Create an environment
tags:
- Feature Flags
Expand Down Expand Up @@ -154084,6 +154099,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_environment_config_write
summary: Delete an environment
tags:
- Feature Flags
Expand Down Expand Up @@ -154136,6 +154153,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_environment_config_read
summary: Get an environment
tags:
- Feature Flags
Expand Down Expand Up @@ -154211,6 +154230,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_environment_config_write
summary: Update an environment
tags:
- Feature Flags
Expand Down Expand Up @@ -154277,6 +154298,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_config_write
summary: Pause a progressive rollout
tags:
- Feature Flags
Expand Down Expand Up @@ -154343,6 +154366,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_config_write
summary: Resume a progressive rollout
tags:
- Feature Flags
Expand Down Expand Up @@ -154409,6 +154434,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_config_write
summary: Start a progressive rollout
tags:
- Feature Flags
Expand Down Expand Up @@ -154475,6 +154502,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_config_write
summary: Stop a progressive rollout
tags:
- Feature Flags
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -154806,6 +154844,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_config_write
summary: Create targeting rules for a flag env
tags:
- Feature Flags
Expand Down Expand Up @@ -154908,6 +154948,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_config_write
summary: Update targeting rules for a flag
tags:
- Feature Flags
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -155134,6 +155185,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_config_write
summary: Add a variant to a feature flag
tags:
- Feature Flags
Expand Down Expand Up @@ -155183,6 +155236,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_config_write
summary: Delete a variant
tags:
- Feature Flags
Expand Down Expand Up @@ -155262,6 +155317,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- feature_flag_config_write
summary: Update a variant
tags:
- Feature Flags
Expand Down
Loading
Loading