Skip to content

Commit 11f03c5

Browse files
authored
Add missing cause param to indices.put_template API (#125189) (#125203)
1 parent 1486030 commit 11f03c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_template.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
"description":"Whether the index template should only be added if new or can also replace an existing one",
3838
"default":false
3939
},
40+
"cause":{
41+
"type":"string",
42+
"description": "User defined reason for creating/updating the index template",
43+
"default":""
44+
},
4045
"master_timeout":{
4146
"type":"time",
4247
"description":"Specify timeout for connection to master"

0 commit comments

Comments
 (0)