Skip to content

Commit 8a442b5

Browse files
Adam LockeKen MacInnis
andauthored
document accept_enterprise parameter (#79012) (#79256) (#79262)
* 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 <adam.locke@elastic.co> Co-authored-by: Ken MacInnis <ken.macinnis@elastic.co> Co-authored-by: Ken MacInnis <ken.macinnis@elastic.co>
1 parent 5f4d096 commit 8a442b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/reference/licensing/get-license.asciidoc

Lines changed: 8 additions & 1 deletion
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
[discrete]
3542
==== Authorization

0 commit comments

Comments
 (0)