Skip to content

Commit 724b6d5

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 8b20d0c of spec repo (#3599)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 270b738 commit 724b6d5

2 files changed

Lines changed: 2 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:

lib/datadog_api_client/v2/api/metrics_api.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,7 @@ def reorder_tag_indexing_rules(body, opts = {})
16921692
#
16931693
# Atomically re-sequence the tag indexing rules for an org to match the supplied list of rule UUIDs.
16941694
# The server assigns `rule_order` 1, 2, … matching each rule UUID by position in the list.
1695+
# The UUIDs of all active rules must be provided; omitting any active rule UUID returns a 400 error.
16951696
# Requires the `Manage Tags for Metrics` permission.
16961697
#
16971698
# @param body [TagIndexingRuleOrderRequest]

0 commit comments

Comments
 (0)