Skip to content
Open
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
6 changes: 0 additions & 6 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64776,7 +64776,6 @@ paths:
operator: OR
permissions:
- apm_retention_filter_read
- apm_pipelines_read
post:
description: 'Create a retention filter to index spans in your organization.

Expand Down Expand Up @@ -64816,7 +64815,6 @@ paths:
operator: OR
permissions:
- apm_retention_filter_write
- apm_pipelines_write
/api/v2/apm/config/retention-filters-execution-order:
put:
description: Re-order the execution order of retention filters.
Expand Down Expand Up @@ -64845,7 +64843,6 @@ paths:
operator: OR
permissions:
- apm_retention_filter_write
- apm_pipelines_write
/api/v2/apm/config/retention-filters/{filter_id}:
delete:
description: 'Delete a specific retention filter from your organization.
Expand All @@ -64872,7 +64869,6 @@ paths:
operator: OR
permissions:
- apm_retention_filter_write
- apm_pipelines_write
get:
description: Get an APM retention filter.
operationId: GetApmRetentionFilter
Expand All @@ -64898,7 +64894,6 @@ paths:
operator: OR
permissions:
- apm_retention_filter_read
- apm_pipelines_read
put:
description: 'Update a retention filter from your organization.

Expand Down Expand Up @@ -64938,7 +64933,6 @@ paths:
operator: OR
permissions:
- apm_retention_filter_write
- apm_pipelines_write
/api/v2/apm/services:
get:
operationId: GetServiceList
Expand Down
Loading