From 28210cf8a93b2a75c753eb680ec27f8691f70f00 Mon Sep 17 00:00:00 2001 From: Adam Locke Date: Fri, 15 Oct 2021 10:43:02 -0400 Subject: [PATCH] document accept_enterprise parameter (#79012) (#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). https://github.com/elastic/elasticsearch/pull/50067 * Update wording and deprecation notice * Incorporate review feedback Co-authored-by: Adam Locke Co-authored-by: Ken MacInnis --- docs/reference/licensing/get-license.asciidoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/reference/licensing/get-license.asciidoc b/docs/reference/licensing/get-license.asciidoc index 807a40729f9fd..06e1858ef2e13 100644 --- a/docs/reference/licensing/get-license.asciidoc +++ b/docs/reference/licensing/get-license.asciidoc @@ -29,7 +29,14 @@ https://www.elastic.co/subscriptions. `local`:: (boolean) Specifies whether to retrieve local information. The default value is `false`, which means the information is retrieved from the master node. - + + `accept_enterprise`:: +(Boolean) If `true`, this parameter returns `enterprise` for Enterprise +license types. If `false`, this parameter returns `platinum` for both +`platinum` and `enterprise` license types. This behavior is maintained for +backwards compatibility. + +deprecated::[7.6.0,"This parameter is deprecated and will always be set to `true` in 8.x."] [float] ==== Authorization