Skip to content

Commit

Permalink
[7.11] [DOCS] Document accept_enterprise parameter (#79012) (#79256) (#…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
Adam Locke and Ken MacInnis authored Oct 15, 2021
1 parent c8739eb commit 17664b1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/reference/licensing/get-license.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ https://www.elastic.co/subscriptions.
(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) Specifies whether to retrieve enterprise license.
`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."]

[discrete]
==== Authorization
Expand Down

0 comments on commit 17664b1

Please sign in to comment.