Skip to content

Commit f9086fe

Browse files
committed
[API] Adds local_only to capabilites
1 parent a055017 commit f9086fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/capabilities.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module Actions
3131
# @option arguments [String] :path API path to check
3232
# @option arguments [String] :parameters Comma-separated list of API parameters to check
3333
# @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
3435
# @option arguments [Hash] :headers Custom HTTP headers
3536
#
3637
# @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

Comments
 (0)