From 9c931df79a0c3d51a12392fc96e63fbd1c0b1dbd Mon Sep 17 00:00:00 2001 From: Ioannis Kakavas Date: Sat, 4 Apr 2020 17:52:55 +0300 Subject: [PATCH] Remove `_xpack` from license API example (#54698) Resolves #54662 --- docs/reference/licensing/update-license.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/licensing/update-license.asciidoc b/docs/reference/licensing/update-license.asciidoc index bf8414a167aa9..ec5d2b930656e 100644 --- a/docs/reference/licensing/update-license.asciidoc +++ b/docs/reference/licensing/update-license.asciidoc @@ -93,7 +93,7 @@ On Windows, use the following command: [source,shell] ------------------------------------------------------------ -Invoke-WebRequest -uri http://:/_xpack/license -Credential elastic -Method Put -ContentType "application/json" -InFile .\license.json +Invoke-WebRequest -uri http://:/_license -Credential elastic -Method Put -ContentType "application/json" -InFile .\license.json ------------------------------------------------------------ In these examples,