Skip to content

Commit 17664b1

Browse files
Adam LockeKen MacInnis
Adam Locke
and
Ken MacInnis
authored
[7.11] [DOCS] Document accept_enterprise parameter (#79012) (#79256) (#79267)
* 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 c8739eb commit 17664b1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/reference/licensing/get-license.asciidoc

+7-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,13 @@ https://www.elastic.co/subscriptions.
3030
(Boolean) Specifies whether to retrieve local information. The default value
3131
is `false`, which means the information is retrieved from the master node.
3232

33-
`accept_enterprise`::
34-
(Boolean) Specifies whether to retrieve enterprise license.
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."]
3540

3641
[discrete]
3742
==== Authorization

0 commit comments

Comments
 (0)