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 IndicesForcemergeRequest extends <<RequestBase>> {
expand_wildcards?: <<ExpandWildcards>>
flush?: boolean
ignore_unavailable?: boolean
max_num_segments?: <<_long, long>>
max_num_segments?: <<long>>
only_expunge_deletes?: boolean
wait_for_completion?: boolean
}