Skip to content

Commit 8002582

Browse files
elasticmachinepicandocodigo
authored andcommitted
Auto-generated API code
1 parent 7f55d38 commit 8002582

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ module Actions
2929
#
3030
# @option arguments [String] :method REST method to check (options: GET, HEAD, POST, PUT, DELETE)
3131
# @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
32+
# @option arguments [List] :parameters Comma-separated list of API parameters to check
33+
# @option arguments [List] :capabilities Comma-separated list of arbitrary API capabilities to check
3434
# @option arguments [Boolean] :local_only True if only the node being called should be considered
35+
# @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
3536
# @option arguments [Hash] :headers Custom HTTP headers
3637
#
3738
# @see https://github.com/elastic/elasticsearch/blob/8.19/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/README.asciidoc#require-or-skip-api-capabilities

0 commit comments

Comments
 (0)