Skip to content

Commit

Permalink
Remove trial status info from start trial doc (#31365)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Tim-Brooks committed Jun 15, 2018
1 parent ba1e3c0 commit 5ec519b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions x-pack/docs/en/rest-api/license/start-trial.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5ec519b

Please sign in to comment.