浏览代码

Remove `_xpack` from license API example (#54698)

Resolves #54662
Ioannis Kakavas 5 年之前
父节点
当前提交
7d9d63efbb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/licensing/update-license.asciidoc

+ 1 - 1
docs/reference/licensing/update-license.asciidoc

@@ -93,7 +93,7 @@ On Windows, use the following command:
 
 
 [source,shell]
 [source,shell]
 ------------------------------------------------------------
 ------------------------------------------------------------
-Invoke-WebRequest -uri http://<host>:<port>/_xpack/license -Credential elastic -Method Put -ContentType "application/json" -InFile .\license.json
+Invoke-WebRequest -uri http://<host>:<port>/_license -Credential elastic -Method Put -ContentType "application/json" -InFile .\license.json
 ------------------------------------------------------------
 ------------------------------------------------------------
 
 
 In these examples,
 In these examples,