28 lines
471 B
JSON
28 lines
471 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|