Skip to content

Commit

Permalink
Remove _xpack from license API example
Browse files Browse the repository at this point in the history
Resolves #54662
  • Loading branch information
jkakavas authored Apr 3, 2020
1 parent ab1d3eb commit bc3f0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/licensing/update-license.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bc3f0a5

Please sign in to comment.