Skip to content

Commit 7fb131a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6e2d4035 of spec repo
1 parent 52d5700 commit 7fb131a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-04-30 13:01:42.404473",
8-
"spec_repo_commit": "ca363d75"
7+
"regenerated": "2025-04-30 14:12:47.009912",
8+
"spec_repo_commit": "6e2d4035"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-30 13:01:42.420558",
13-
"spec_repo_commit": "ca363d75"
12+
"regenerated": "2025-04-30 14:12:47.026216",
13+
"spec_repo_commit": "6e2d4035"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34159,7 +34159,7 @@ paths:
3415934159
application/json:
3416034160
schema:
3416134161
$ref: '#/components/schemas/HostTags'
34162-
description: Add tags to host
34162+
description: Add tags to host.
3416334163
required: true
3416434164
responses:
3416534165
'201':

lib/datadog_api_client/v1/api/tags_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def update_host_tags(host_name, body, opts = {})
309309
# an integration source with those supplied in the request.
310310
#
311311
# @param host_name [String] This endpoint allows you to update/replace all in an integration source with those supplied in the request.
312-
# @param body [HostTags] Add tags to host
312+
# @param body [HostTags] Add tags to host.
313313
# @param opts [Hash] the optional parameters
314314
# @option opts [String] :source The source of the tags (for example chef, puppet). [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value)
315315
# @return [Array<(HostTags, Integer, Hash)>] HostTags data, response status code and response headers

0 commit comments

Comments
 (0)