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

Resolves #54662
This commit is contained in:
Ioannis Kakavas 2020-04-07 09:51:37 +03:00 committed by GitHub
parent c7ff67ddef
commit 3560c0cbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ On Windows, use the following command:
[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,