elasticsearch/docs/reference/features/apis/features-apis.asciidoc
Gordon Brown ce8a0c0cea
Change Get Snapshottable Features endpoint to _features (#69755)
The endpoint `_snapshottable_features` is long and implies incorrect
things about this API - it is used not just for snapshots, but also for
the upcoming reset API. Following discussions on the team, this commit
changes the endpoint to `_features` and removes the connection between
this API and snapshots, as snapshots are not the only use for the output
of this API.
2021-03-02 11:30:02 -07:00

11 lines
262 B
Text

[[features-apis]]
== Features APIs
You can use the following APIs to introspect and manage Features provided
by Elasticsearch and Elasticsearch plugins.
[discrete]
=== Features APIs
* <<get-features-api,Get Features API>>
include::get-features-api.asciidoc[]