Skip to content

Commit e78150c

Browse files
committed
[API] Updates source code docs to 6a749236ec86e65b50e31dc888c727c0aede67a3
1 parent 4423a86 commit e78150c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module API
2323
module Actions
2424
# Get cluster info.
2525
# Get basic build, version, and cluster information.
26+
# ::: In Serverless, this API is retained for backward compatibility only. Some response fields, such as the version number, should be ignored.
2627
#
2728
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
2829
# when they occur.

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.0.3'.freeze
21-
ES_SPECIFICATION_COMMIT = '896e37f76add4e8878e9f04205dd8628c7263219'.freeze
21+
ES_SPECIFICATION_COMMIT = '6a749236ec86e65b50e31dc888c727c0aede67a3'.freeze
2222
end
2323
end

0 commit comments

Comments
 (0)