Add missing cause param to indices.put_template API (#125189)

This commit is contained in:
Quentin Pradet 2025-03-19 14:57:30 +04:00 committed by GitHub
parent 8e64f50d66
commit 7070f3fdbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"