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.rb b/examples/v1/tags/ListHostTags.rb index 64d438a3d8fe..72b547def0fe 100644 --- a/examples/v1/tags/ListHostTags.rb +++ b/examples/v1/tags/ListHostTags.rb @@ -1,4 +1,4 @@ -# Get Tags returns "OK" response +# Get All Hosts Tags returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V1::TagsAPI.new 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 diff --git a/lib/datadog_api_client/v1/api/tags_api.rb b/lib/datadog_api_client/v1/api/tags_api.rb index 7f07a24ccb44..aaacb17b37f3 100644 --- a/lib/datadog_api_client/v1/api/tags_api.rb +++ b/lib/datadog_api_client/v1/api/tags_api.rb @@ -233,7 +233,7 @@ def get_host_tags_with_http_info(host_name, opts = {}) return data, status_code, headers end - # Get Tags. + # Get All Hosts Tags. # # @see #list_host_tags_with_http_info def list_host_tags(opts = {}) @@ -241,7 +241,7 @@ def list_host_tags(opts = {}) data end - # Get Tags. + # Get All Hosts Tags. # # Return a mapping of tags to hosts for your whole infrastructure. #