diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 4fc8dbe37859..9586d5095922 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.ts b/examples/v1/tags/ListHostTags.ts index 683847aec607..6166043d447f 100644 --- a/examples/v1/tags/ListHostTags.ts +++ b/examples/v1/tags/ListHostTags.ts @@ -1,5 +1,5 @@ /** - * Get Tags returns "OK" response + * Get All Hosts Tags returns "OK" response */ import { client, v1 } from "@datadog/datadog-api-client"; diff --git a/features/v1/tags.feature b/features/v1/tags.feature index 36e1eabfdc25..bc705c8ea56c 100644 --- a/features/v1/tags.feature +++ b/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