Skip to content

Commit 96b4968

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6e2d4035 of spec repo
1 parent 366e73f commit 96b4968

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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:33.893107",
8-
"spec_repo_commit": "ca363d75"
7+
"regenerated": "2025-04-30 14:12:48.623962",
8+
"spec_repo_commit": "6e2d4035"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-30 13:01:33.909646",
13-
"spec_repo_commit": "ca363d75"
12+
"regenerated": "2025-04-30 14:12:48.640062",
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':

src/main/java/com/datadog/api/client/v1/api/TagsApi.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ public UpdateHostTagsOptionalParameters source(String source) {
866866
*
867867
* @param hostName This endpoint allows you to update/replace all in an integration source with
868868
* those supplied in the request. (required)
869-
* @param body Add tags to host (required)
869+
* @param body Add tags to host. (required)
870870
* @return HostTags
871871
* @throws ApiException if fails to make API call
872872
*/
@@ -882,7 +882,7 @@ public HostTags updateHostTags(String hostName, HostTags body) throws ApiExcepti
882882
*
883883
* @param hostName This endpoint allows you to update/replace all in an integration source with
884884
* those supplied in the request. (required)
885-
* @param body Add tags to host (required)
885+
* @param body Add tags to host. (required)
886886
* @return CompletableFuture<HostTags>
887887
*/
888888
public CompletableFuture<HostTags> updateHostTagsAsync(String hostName, HostTags body) {
@@ -900,7 +900,7 @@ public CompletableFuture<HostTags> updateHostTagsAsync(String hostName, HostTags
900900
*
901901
* @param hostName This endpoint allows you to update/replace all in an integration source with
902902
* those supplied in the request. (required)
903-
* @param body Add tags to host (required)
903+
* @param body Add tags to host. (required)
904904
* @param parameters Optional parameters for the request.
905905
* @return HostTags
906906
* @throws ApiException if fails to make API call
@@ -918,7 +918,7 @@ public HostTags updateHostTags(
918918
*
919919
* @param hostName This endpoint allows you to update/replace all in an integration source with
920920
* those supplied in the request. (required)
921-
* @param body Add tags to host (required)
921+
* @param body Add tags to host. (required)
922922
* @param parameters Optional parameters for the request.
923923
* @return CompletableFuture&lt;HostTags&gt;
924924
*/
@@ -937,7 +937,7 @@ public CompletableFuture<HostTags> updateHostTagsAsync(
937937
*
938938
* @param hostName This endpoint allows you to update/replace all in an integration source with
939939
* those supplied in the request. (required)
940-
* @param body Add tags to host (required)
940+
* @param body Add tags to host. (required)
941941
* @param parameters Optional parameters for the request.
942942
* @return ApiResponse&lt;HostTags&gt;
943943
* @throws ApiException if fails to make API call
@@ -1005,7 +1005,7 @@ public ApiResponse<HostTags> updateHostTagsWithHttpInfo(
10051005
*
10061006
* @param hostName This endpoint allows you to update/replace all in an integration source with
10071007
* those supplied in the request. (required)
1008-
* @param body Add tags to host (required)
1008+
* @param body Add tags to host. (required)
10091009
* @param parameters Optional parameters for the request.
10101010
* @return CompletableFuture&lt;ApiResponse&lt;HostTags&gt;&gt;
10111011
*/

0 commit comments

Comments
 (0)