We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1486030 commit 11f03c5Copy full SHA for 11f03c5
rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_template.json
@@ -37,6 +37,11 @@
37
"description":"Whether the index template should only be added if new or can also replace an existing one",
38
"default":false
39
},
40
+ "cause":{
41
+ "type":"string",
42
+ "description": "User defined reason for creating/updating the index template",
43
+ "default":""
44
+ },
45
"master_timeout":{
46
"type":"time",
47
"description":"Specify timeout for connection to master"
0 commit comments