diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_template.json index 7e4afb14e06e..492a47c19a19 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_template.json @@ -37,6 +37,11 @@ "description":"Whether the index template should only be added if new or can also replace an existing one", "default":false }, + "cause":{ + "type":"string", + "description": "User defined reason for creating/updating the index template", + "default":"" + }, "master_timeout":{ "type":"time", "description":"Specify timeout for connection to master"