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

@ -52,9 +52,9 @@ interface NodesHotThreadsRequest extends <<RequestBase>> {
node_id?: <<NodeIds>>
ignore_idle_threads?: boolean
interval?: <<Duration>>
snapshots?: <<_long, long>>
snapshots?: <<long>>
master_timeout?: <<Duration>>
threads?: <<_long, long>>
threads?: <<long>>
timeout?: <<Duration>>
type?: <<ThreadType>>
sort?: <<ThreadType>>