Skip to content

Commit c8b462b

Browse files
jrodewigdelvedor
andauthored
[DOCS] Fix component template API link in JSON specs (#56884) (#56946)
Co-authored-by: Tomas Della Vedova <[email protected]>
1 parent 5d28df2 commit c8b462b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.delete_component_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cluster.delete_component_template":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Deletes a component template"
66
},
77
"stability":"experimental",

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.exists_component_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cluster.exists_component_template":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Returns information about whether a particular component template exist"
66
},
77
"stability":"experimental",

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cluster.get_component_template":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Returns one or more component templates"
66
},
77
"stability":"experimental",

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.put_component_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cluster.put_component_template":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Creates or updates a component template"
66
},
77
"stability":"experimental",

0 commit comments

Comments
 (0)