OpenSearch/rest-api-spec/api/indices.mapping.put.json

28 lines
471 B
JSON
Raw Normal View History

{
"indices.mapping.put": {
"documentation": "",
"methods": ["PUT", "POST"],
"url": {
"path": "/{index}/_mapping",
"paths": ["/{index}/_mapping", "/{index}/{type}/_mapping"],
"parts": {
"index": {
},
"type": {
}
},
"params": {
"index": {
},
"type": {
},
"timeout": {
},
"ignore_conflicts": {
}
}
},
"body": null
}
}