From 7bef382222c62886932bd3a4b439a06c9fcd2c6d Mon Sep 17 00:00:00 2001 From: Tim Brooks Date: Fri, 15 Jun 2018 12:39:25 -0600 Subject: [PATCH] Remove trial status info from start trial doc (#31365) 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. --- .../en/rest-api/license/start-trial.asciidoc | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/x-pack/docs/en/rest-api/license/start-trial.asciidoc b/x-pack/docs/en/rest-api/license/start-trial.asciidoc index 7754f6feef79c..341c72853fd08 100644 --- a/x-pack/docs/en/rest-api/license/start-trial.asciidoc +++ b/x-pack/docs/en/rest-api/license/start-trial.asciidoc @@ -36,24 +36,6 @@ For more information, see [float] ==== Examples -The following example checks whether you are eligible to start a trial: - -[source,js] ------------------------------------------------------------- -GET _xpack/license/start_trial ------------------------------------------------------------- -// CONSOLE -// TEST[skip:license testing issues] - -Example response: -[source,js] ------------------------------------------------------------- -{ - "eligible_to_start_trial": true -} ------------------------------------------------------------- -// NOTCONSOLE - The following example starts a 30-day trial license. The acknowledge parameter is required as you are initiating a license that will expire.