Skip to content

Commit ca7d88c

Browse files
authored
Fixes licence call from PS
Refs: elasticGH-35959
1 parent 58df375 commit ca7d88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/licensing/update-license.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ On Windows, use the following command:
9292

9393
[source,shell]
9494
------------------------------------------------------------
95-
Invoke-WebRequest -uri http://<host>:<port>/_xpack/license -Credential elastic -Method Put -ContentType "application/json" -InFile .\license.json
95+
Invoke-WebRequest -uri http://<host>:<port>/_license -Credential elastic -Method Put -ContentType "application/json" -InFile .\license.json
9696
------------------------------------------------------------
9797

9898
In these examples,

0 commit comments

Comments
 (0)