From 7ac8cccd1169752fa81862ee09370a530fa0e7cf Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 5 Dec 2025 15:35:46 +0000 Subject: [PATCH] Regenerate client from commit 4bce651 of spec repo --- .generator/schemas/v1/openapi.yaml | 2 +- examples/v1_tags_ListHostTags.rs | 2 +- tests/scenarios/features/v1/tags.feature | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 4fc8dbe37..9586d5095 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -35649,7 +35649,7 @@ paths: - apiKeyAuth: [] appKeyAuth: [] - AuthZ: [] - summary: Get Tags + summary: Get All Hosts Tags tags: - Tags x-permission: diff --git a/examples/v1_tags_ListHostTags.rs b/examples/v1_tags_ListHostTags.rs index 982cddb17..faf47b2bf 100644 --- a/examples/v1_tags_ListHostTags.rs +++ b/examples/v1_tags_ListHostTags.rs @@ -1,4 +1,4 @@ -// Get Tags returns "OK" response +// Get All Hosts Tags returns "OK" response use datadog_api_client::datadog; use datadog_api_client::datadogV1::api_tags::ListHostTagsOptionalParams; use datadog_api_client::datadogV1::api_tags::TagsAPI; diff --git a/tests/scenarios/features/v1/tags.feature b/tests/scenarios/features/v1/tags.feature index 36e1eabfd..bc705c8ea 100644 --- a/tests/scenarios/features/v1/tags.feature +++ b/tests/scenarios/features/v1/tags.feature @@ -31,13 +31,13 @@ Feature: Tags Then the response status is 404 Not Found @generated @skip @team:DataDog/core-index - Scenario: Get Tags returns "Not Found" response + Scenario: Get All Hosts Tags returns "Not Found" response Given new "ListHostTags" request When the request is sent Then the response status is 404 Not Found @generated @skip @team:DataDog/core-index - Scenario: Get Tags returns "OK" response + Scenario: Get All Hosts Tags returns "OK" response Given new "ListHostTags" request When the request is sent Then the response status is 200 OK