Skip to content

Commit d5e6917

Browse files
committed
Add overlay for component template
1 parent 57dd0ef commit d5e6917

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,6 +1756,16 @@ actions:
17561756
$ref: "../../specification/indices/create/examples/request/indicesCreateRequestExample1.yaml"
17571757
indicesCreateRequestExample2:
17581758
$ref: "../../specification/indices/create/examples/request/indicesCreateRequestExample2.yaml"
1759+
- target: "$.components['requestBodies']['cluster.put_component_template']"
1760+
description: "Add example for put component template request"
1761+
update:
1762+
content:
1763+
application/json:
1764+
examples:
1765+
clusterPutComponentTemplateRequestExample1:
1766+
$ref: "../../specification/cluster/put_component_template/examples/request/ClusterPutComponentTemplateRequestExample1.yaml"
1767+
clusterPutComponentTemplateRequestExample2:
1768+
$ref: "../../specification/cluster/put_component_template/examples/request/ClusterPutComponentTemplateRequestExample2.yaml"
17591769
## Examples for info
17601770
- target: "$.paths['/']['get']"
17611771
description: "Add examples for cluster info"

0 commit comments

Comments
 (0)