From 90273d7c8cd947febd2dc1369c325faa986a1b87 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 21 Jul 2026 20:52:10 +0000 Subject: [PATCH] Regenerate client from commit ec05a0b of spec repo --- .generator/schemas/v2/openapi.yaml | 1 + packages/datadog-api-client-v2/apis/MetricsApi.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 680f08792e5b..29fc91fe8fc0 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -159013,6 +159013,7 @@ paths: description: |- Atomically re-sequence the tag indexing rules for an org to match the supplied list of rule UUIDs. The server assigns `rule_order` 1, 2, … matching each rule UUID by position in the list. + The UUIDs of all active rules must be provided; omitting any active rule UUID returns a 400 error. Requires the `Manage Tags for Metrics` permission. operationId: ReorderTagIndexingRules requestBody: diff --git a/packages/datadog-api-client-v2/apis/MetricsApi.ts b/packages/datadog-api-client-v2/apis/MetricsApi.ts index 4b9073255da0..e8b51737acab 100644 --- a/packages/datadog-api-client-v2/apis/MetricsApi.ts +++ b/packages/datadog-api-client-v2/apis/MetricsApi.ts @@ -4023,6 +4023,7 @@ export class MetricsApi { /** * Atomically re-sequence the tag indexing rules for an org to match the supplied list of rule UUIDs. * The server assigns `rule_order` 1, 2, … matching each rule UUID by position in the list. + * The UUIDs of all active rules must be provided; omitting any active rule UUID returns a 400 error. * Requires the `Manage Tags for Metrics` permission. * @param param The request object */