Skip to content

Commit 74d3f58

Browse files
authored
fix doc url and api description (#70631)
1 parent c781763 commit 74d3f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/features.get_features.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"features.get_features":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html",
5-
"description":"Returns a list of features which can be snapshotted in this cluster."
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/get-features-api.html",
5+
"description":"Gets a list of features which can be included in snapshots using the feature_states field when creating a snapshot"
66
},
77
"stability":"stable",
88
"visibility":"public",

0 commit comments

Comments
 (0)