Skip to content

Commit 61c6dfb

Browse files
Adam LockeKen MacInnis
Adam Locke
and
Ken MacInnis
authored
document accept_enterprise parameter (#79012) (#79256) (#79265)
* document accept_enterprise parameter This was added in 7.6, will be deprecated in 8.x, and removed in 9.x+ (noted in text). #50067 * Update wording and deprecation notice * Incorporate review feedback Co-authored-by: Adam Locke <[email protected]> Co-authored-by: Ken MacInnis <[email protected]> Co-authored-by: Ken MacInnis <[email protected]>
1 parent 850ce64 commit 61c6dfb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/reference/licensing/get-license.asciidoc

+8-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,14 @@ response after cluster startup, wait a short period and retry the request.
3232
`local`::
3333
(Boolean) Specifies whether to retrieve local information. The default value
3434
is `false`, which means the information is retrieved from the master node.
35-
35+
36+
`accept_enterprise`::
37+
(Boolean) If `true`, this parameter returns `enterprise` for Enterprise
38+
license types. If `false`, this parameter returns `platinum` for both
39+
`platinum` and `enterprise` license types. This behavior is maintained for
40+
backwards compatibility.
41+
42+
deprecated::[7.6.0,"This parameter is deprecated and will always be set to `true` in 8.x."]
3643

3744
[discrete]
3845
==== Authorization

0 commit comments

Comments
 (0)