From 3560c0cbf297e3df30e0cab1bbbf2ac51ffa7377 Mon Sep 17 00:00:00 2001 From: Ioannis Kakavas Date: Tue, 7 Apr 2020 09:51:37 +0300 Subject: [PATCH] Remove `_xpack` from license API example (#54698) (#54763) 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,