Skip to content

Commit

Permalink
Remove _xpack from license API example (elastic#54698)
Browse files Browse the repository at this point in the history
Resolves elastic#54662
  • Loading branch information
jkakavas committed Apr 4, 2020
1 parent ba17dd1 commit 9c931df
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 9c931df

Please sign in to comment.