Skip to content

Commit da3968f

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

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
@@ -29,7 +29,14 @@ https://www.elastic.co/subscriptions.
2929
`local`::
3030
(boolean) Specifies whether to retrieve local information. The default value
3131
is `false`, which means the information is retrieved from the master node.
32-
32+
33+
`accept_enterprise`::
34+
(Boolean) If `true`, this parameter returns `enterprise` for Enterprise
35+
license types. If `false`, this parameter returns `platinum` for both
36+
`platinum` and `enterprise` license types. This behavior is maintained for
37+
backwards compatibility.
38+
39+
deprecated::[7.6.0,"This parameter is deprecated and will always be set to `true` in 8.x."]
3340

3441
[float]
3542
==== Authorization

0 commit comments

Comments
 (0)