-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot GET _xpack/license/start_trial #31325
Comments
Pinging @elastic/es-core-infra |
This is a minor doc bug. The endpoint is |
For starting a trial? That does not seem right. https://github.com/elastic/elasticsearch/blob/592481e4ed32412ed1d65a879fe4b3f16c511f41/x-pack/plugin/src/test/resources/rest-api-spec/api/xpack.license.post_start_trial.json Does it need to be a POST, rather than a GET? |
start_trial must be |
I'll submit a PR. This looks like it is only on 6.x and 6.3. |
Actually it is on master too. I will fix all three. |
This is related to elastic#31325. There is currently information about the get-trial-status api on the start-trial api documentation page. It also has the incorrect route for that api. This commit removes that information as the start-trial page properly links to a page providing documenation about get-trial-status.
This is related to #31325. There is currently information about the get-trial-status api on the start-trial api documentation page. It also has the incorrect route for that api. This commit removes that information as the start-trial page properly links to a page providing documenation about get-trial-status.
This is related to #31325. There is currently information about the get-trial-status api on the start-trial api documentation page. It also has the incorrect route for that api. This commit removes that information as the start-trial page properly links to a page providing documenation about get-trial-status.
This is related to #31325. There is currently information about the get-trial-status api on the start-trial api documentation page. It also has the incorrect route for that api. This commit removes that information as the start-trial page properly links to a page providing documenation about get-trial-status.
This has been fixed. |
According to the docs for the Start Trial API I should be able to
GET _xpack/license/start_trial
. However, this yields405 Method Not Allowed
:The text was updated successfully, but these errors were encountered: