Fix number type links

This commit is contained in:
Josh Mock
2024-11-20 13:07:25 -06:00
parent d9938f7973
commit 7a997b3405
114 changed files with 834 additions and 834 deletions

View File

@ -54,7 +54,7 @@ interface ClusterAllocationExplainRequest extends <<RequestBase>> {
current_node?: string
index?: <<IndexName>>
primary?: boolean
shard?: <<_integer, integer>>
shard?: <<integer>>
}
[pass]
@ -91,7 +91,7 @@ interface ClusterAllocationExplainResponse {
rebalance_explanation?: string
remaining_delay?: <<Duration>>
remaining_delay_in_millis?: <<DurationValue>><<<UnitMillis>>>
shard: <<_integer, integer>>
shard: <<integer>>
unassigned_info?: ClusterAllocationExplainUnassignedInformation
note?: string
}