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 a055017 commit f9086feCopy full SHA for f9086fe
elasticsearch-api/lib/elasticsearch/api/actions/capabilities.rb
@@ -31,6 +31,7 @@ module Actions
31
# @option arguments [String] :path API path to check
32
# @option arguments [String] :parameters Comma-separated list of API parameters to check
33
# @option arguments [String] :capabilities Comma-separated list of arbitrary API capabilities to check
34
+ # @option arguments [Boolean] :local_only True if only the node being called should be considered
35
# @option arguments [Hash] :headers Custom HTTP headers
36
#
37
# @see https://github.com/elastic/elasticsearch/blob/current/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/README.asciidoc#require-or-skip-api-capabilities
0 commit comments