We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f034aa commit 9ad82a1Copy full SHA for 9ad82a1
elasticsearch-api/utils/thor/generator/endpoint_specifics.rb
@@ -76,7 +76,7 @@ def needs_complex_ignore_404?(endpoint)
76
end
77
78
def module_name_helper(name)
79
- return name.upcase if %w[sql ssl].include? name
+ return name.upcase if %w[sql ssl dlm].include? name
80
81
name.split('_').map(&:capitalize).map{ |n| n == 'Xpack' ? 'XPack' : n }.join
82
0 commit comments