@@ -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<HostTags>
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<HostTags>
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<ApiResponse<HostTags>>
10111011 */
0 commit comments