Skip to content

Commit 84dbadb

Browse files
authored
[DOCS] Augments update license API (#51903)
1 parent b6d06c9 commit 84dbadb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/reference/licensing/update-license.asciidoc

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<titleabbrev>Update license</titleabbrev>
77
++++
88

9-
This API enables you to update your license.
9+
Updates the license for your {es} cluster.
1010

1111
[[update-license-api-request]]
1212
==== {api-request-title}
@@ -28,10 +28,10 @@ install the license. See <<configuring-tls>>.
2828
[[update-license-api-desc]]
2929
==== {api-description-title}
3030

31-
You can update your license at runtime without shutting down your nodes.
32-
License updates take effect immediately. If the license you are installing does
33-
not support all of the features that were available with your previous license,
34-
however, you are notified in the response. You must then re-submit the API
31+
You can update your license at runtime without shutting down your nodes. License
32+
updates take effect immediately. If the license you are installing does not
33+
support all of the features that were available with your previous license,
34+
however, you are notified in the response. You must then re-submit the API
3535
request with the `acknowledge` parameter set to `true`.
3636

3737
For more information about the different types of licenses, see
@@ -99,8 +99,8 @@ Invoke-WebRequest -uri http://<host>:<port>/_xpack/license -Credential elastic -
9999
In these examples,
100100

101101
* `<user>` is a user ID with the appropriate authority.
102-
* `<host>` is the hostname of the {es} node (`localhost` if executing
103-
locally)
102+
* `<host>` is the hostname of any node in the {es} cluster (`localhost` if
103+
executing locally)
104104
* `<port>` is the http port (defaults to `9200`)
105105
* `license.json` is the license JSON file
106106

0 commit comments

Comments
 (0)