Description
Was the documentation helpful?
No
What documentation page is affected
https://www.elastic.co/docs/api/doc/elasticsearch-serverless/group/endpoint-info
Description
Many users are confused about the version number returned when running [GET /](https://www.elastic.co/docs/api/doc/elasticsearch-serverless/group/endpoint-info)
on Serverless.
On Serverless, this endpoint will always return 8.11.0
as the version number and it is expected. Serverless offers automatic upgrades. Version is no longer something the user manages.
For backwards compatibility reasons for the GET / API
, we need to return a semantic version and we decided to use the latest Stack version at the time first Serverless api version was released. Hence we return 8.11.0
. It does not mean that automatic version upgrade functionality is broken on Serverless.
Users can simply ignore the version number in this API call.
Please update the example and the description of the version number at https://www.elastic.co/docs/api/doc/elasticsearch-serverless/group/endpoint-info to explain that the version number can be ignored on Serverless. Thx!