Skip to content

Commit 36f7802

Browse files
committed
Remove trial status info from start trial doc
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.
1 parent 3b70e94 commit 36f7802

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

x-pack/docs/en/rest-api/license/start-trial.asciidoc

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,6 @@ For more information, see
3636
[float]
3737
==== Examples
3838

39-
The following example checks whether you are eligible to start a trial:
40-
41-
[source,js]
42-
------------------------------------------------------------
43-
GET _xpack/license/start_trial
44-
------------------------------------------------------------
45-
// CONSOLE
46-
// TEST[skip:license testing issues]
47-
48-
Example response:
49-
[source,js]
50-
------------------------------------------------------------
51-
{
52-
"eligible_to_start_trial": true
53-
}
54-
------------------------------------------------------------
55-
// NOTCONSOLE
56-
5739
The following example starts a 30-day trial license. The acknowledge
5840
parameter is required as you are initiating a license that will expire.
5941

0 commit comments

Comments
 (0)