Skip to content

Commit b4690f2

Browse files
committed
[API] Ensure that the :name param is passed to the templates API
1 parent f7bf832 commit b4690f2

File tree

1 file changed

+1
-0
lines changed
  • elasticsearch-api/lib/elasticsearch/api/actions/cat

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def templates(arguments={})
4646
#
4747
# @since 6.1.1
4848
ParamsRegistry.register(:templates, [
49+
:name,
4950
:format,
5051
:local,
5152
:master_timeout,

0 commit comments

Comments
 (0)