elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
874 stars 24.81k forks source link

REST endpoints xpack.license.post_start_basic|trial should be renamed #41846

Open clintongormley opened 5 years ago

clintongormley commented 5 years ago

The REST endpoints xpack.license.post_start_basic and xpack.license.post_start_trial should be renamed to xpack.license.start_basic and xpack.license.start_trial respectively, to be consistent with other endpoints.

/cc @elastic/es-clients

elasticmachine commented 5 years ago

Pinging @elastic/es-security

Mpdreamz commented 5 years ago

Much better names indeed! For awareness as of https://github.com/elastic/elasticsearch/pull/39063 you can now deprecate an API an introduce the renamed one rather then simply renaming the spec file.

This allows the clients to not break already shipped code.