Skip to content

Commit

Permalink
document accept_enterprise parameter (elastic#79012) (elastic#79256)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Adam Locke and Ken MacInnis committed Oct 15, 2021
1 parent ea10c5c commit b4a06d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/reference/licensing/get-license.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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."]

[discrete]
==== Authorization
Expand Down

0 comments on commit b4a06d2

Please sign in to comment.