Skip to content

Commit 6fa6546

Browse files
authored
Fix cluster.put_component_template rest-api-spec (#130634) (#130647)
1 parent 8217316 commit 6fa6546

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
"description":"Whether the index template should only be added if new or can also replace an existing one",
3434
"default":false
3535
},
36-
"timeout":{
37-
"type":"time",
38-
"description":"Explicit operation timeout"
36+
"cause": {
37+
"type": "string",
38+
"description": "User defined reason for create the component template",
39+
"default": "api"
3940
},
4041
"master_timeout":{
4142
"type":"time",

0 commit comments

Comments
 (0)