Skip to content

Commit fbbe112

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update Reorder tag indexing rules description (#1858)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent c550c7d commit fbbe112

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159382,6 +159382,7 @@ paths:
159382159382
description: |-
159383159383
Atomically re-sequence the tag indexing rules for an org to match the supplied list of rule UUIDs.
159384159384
The server assigns `rule_order` 1, 2, … matching each rule UUID by position in the list.
159385+
The UUIDs of all active rules must be provided; omitting any active rule UUID returns a 400 error.
159385159386
Requires the `Manage Tags for Metrics` permission.
159386159387
operationId: ReorderTagIndexingRules
159387159388
requestBody:

src/datadogV2/api/api_metrics.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3677,6 +3677,7 @@ impl MetricsAPI {
36773677

36783678
/// Atomically re-sequence the tag indexing rules for an org to match the supplied list of rule UUIDs.
36793679
/// The server assigns `rule_order` 1, 2, … matching each rule UUID by position in the list.
3680+
/// The UUIDs of all active rules must be provided; omitting any active rule UUID returns a 400 error.
36803681
/// Requires the `Manage Tags for Metrics` permission.
36813682
pub async fn reorder_tag_indexing_rules(
36823683
&self,
@@ -3690,6 +3691,7 @@ impl MetricsAPI {
36903691

36913692
/// Atomically re-sequence the tag indexing rules for an org to match the supplied list of rule UUIDs.
36923693
/// The server assigns `rule_order` 1, 2, … matching each rule UUID by position in the list.
3694+
/// The UUIDs of all active rules must be provided; omitting any active rule UUID returns a 400 error.
36933695
/// Requires the `Manage Tags for Metrics` permission.
36943696
pub async fn reorder_tag_indexing_rules_with_http_info(
36953697
&self,

0 commit comments

Comments
 (0)