OpenSearch/rest-api-spec/api/indices.create.json

23 lines
373 B
JSON
Raw Normal View History

{
"indices.create": {
"documentation": "http://elasticsearch.org/guide/reference/mapping/",
"methods": ["PUT", "POST"],
"url": {
"path": "/{index}",
"paths": ["/{index}"],
"parts": {
"index": {
}
},
"params": {
"index": {
},
"timeout": {
}
}
},
"body": {
}
}
}