OpenSearch/rest-api-spec/api/percolate.json

24 lines
440 B
JSON

{
"percolate": {
"documentation": "http://elasticsearch.org/guide/reference/api/percolate/",
"methods": ["GET", "POST"],
"url": {
"path": "/{index}/{type}/_percolate",
"paths": ["/{index}/{type}/_percolate"],
"parts": {
"index": {
},
"type": {
}
},
"params": {
"prefer_local": {
},
"type": {
}
}
},
"body": null
}
}