Skip to content

Commit

Permalink
[DOCS] Fix component template API link in JSON specs (#56884)
Browse files Browse the repository at this point in the history
  • Loading branch information
delvedor authored May 19, 2020
1 parent 6fe84e6 commit f5360fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cluster.delete_component_template":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
"description":"Deletes a component template"
},
"stability":"stable",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cluster.exists_component_template":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
"description":"Returns information about whether a particular component template exist"
},
"stability":"stable",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cluster.get_component_template":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
"description":"Returns one or more component templates"
},
"stability":"stable",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cluster.put_component_template":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
"description":"Creates or updates a component template"
},
"stability":"stable",
Expand Down

0 comments on commit f5360fc

Please sign in to comment.