Skip to content

Commit 1d08e29

Browse files
committed
[API] Add missing param in cat/thread_pool
1 parent dab8a8f commit 1d08e29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/cat/thread_pool.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ def thread_pool(arguments={})
7676
:h,
7777
:help,
7878
:s,
79-
:v ].freeze)
79+
:v,
80+
:thread_pool_patterns].freeze)
8081
end
8182
end
8283
end

0 commit comments

Comments
 (0)