Skip to content

Commit ee423bf

Browse files
committed
[API] Generates code to 1bd5fad6c1ba96a1678b69ca77537cbabd69e7f5
1 parent 2fd619b commit ee423bf

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

elasticsearch-api/lib/elasticsearch/api/actions/security/get_role.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ module Actions
3030
# @option arguments [String, Array<String>] :name The name of the role.
3131
# You can specify multiple roles as a comma-separated list.
3232
# If you do not specify this parameter, the API returns information about all roles.
33+
# @option arguments [Boolean] :include_implicit If `true`, include privileges that are implicitly granted by registered `ImplicitPrivilegesProviders` alongside the explicitly configured privileges.
34+
# Each implicit entry in the response is annotated with `implicitly_granted: true`.
3335
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
3436
# when they occur.
3537
# @option arguments [String, Array<String>] :filter_path Comma-separated list of filters in dot notation which reduce the response

elasticsearch-api/lib/elasticsearch/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
module Elasticsearch
1919
module API
2020
VERSION = '9.5.0'.freeze
21-
ES_SPECIFICATION_COMMIT = '4eec7464eab37a516c13beadba71f988440dcb1d'.freeze
21+
ES_SPECIFICATION_COMMIT = '1bd5fad6c1ba96a1678b69ca77537cbabd69e7f5'.freeze
2222
end
2323
end

0 commit comments

Comments
 (0)