OpenSearch/rest-api-spec/api/indices.template.get.json

20 lines
303 B
JSON
Raw Normal View History

{
"indices.template.get": {
"documentation": "",
"methods": ["GET"],
"url": {
"path": "/_template/{name}",
"paths": ["/_template/{name}"],
"parts": {
"name": {
}
},
"params": {
"name": {
}
}
},
"body": null
}
}