Skip to content

Commit b384f62

Browse files
committed
Fix url
Signed-off-by: Thomas Farr <[email protected]>
1 parent 456aece commit b384f62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java-client/src/generated/java/org/opensearch/client/opensearch/cluster/StateRequest.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public final Boolean allowNoIndices() {
134134

135135
/**
136136
* The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see
137-
* <a href="{https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units">Common parameters</a>.
137+
* <a href="https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units">Common parameters</a>.
138138
* <p>
139139
* API name: {@code cluster_manager_timeout}
140140
* </p>
@@ -346,7 +346,7 @@ public final Builder allowNoIndices(@Nullable Boolean value) {
346346

347347
/**
348348
* The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see
349-
* <a href="{https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units">Common parameters</a>.
349+
* <a href="https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units">Common parameters</a>.
350350
* <p>
351351
* API name: {@code cluster_manager_timeout}
352352
* </p>
@@ -359,7 +359,7 @@ public final Builder clusterManagerTimeout(@Nullable Time value) {
359359

360360
/**
361361
* The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see
362-
* <a href="{https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units">Common parameters</a>.
362+
* <a href="https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units">Common parameters</a>.
363363
* <p>
364364
* API name: {@code cluster_manager_timeout}
365365
* </p>

java-codegen/opensearch-openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18604,7 +18604,7 @@ components:
1860418604
style: form
1860518605
cluster.state___query.cluster_manager_timeout:
1860618606
name: cluster_manager_timeout
18607-
description: The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see [Common parameters]({https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).
18607+
description: The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see [Common parameters](https://opensearch.org/docs/latest/api-reference/common-parameters/#time-units).
1860818608
in: query
1860918609
schema:
1861018610
$ref: '#/components/schemas/_common___Duration'

0 commit comments

Comments
 (0)