|
@@ -2,19 +2,19 @@
|
|
|
"enrich.delete_policy": {
|
|
|
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-delete-policy.html",
|
|
|
"stability" : "stable",
|
|
|
- "methods": [ "DELETE" ],
|
|
|
"url": {
|
|
|
- "path": "/_enrich/policy/{name}",
|
|
|
- "paths": ["/_enrich/policy/{name}"],
|
|
|
- "parts": {
|
|
|
- "name": {
|
|
|
- "type" : "string",
|
|
|
- "description" : "The name of the enrich policy"
|
|
|
+ "paths": [
|
|
|
+ {
|
|
|
+ "path": "/_enrich/policy/{name}",
|
|
|
+ "methods": [ "DELETE" ],
|
|
|
+ "parts": {
|
|
|
+ "name": {
|
|
|
+ "type" : "string",
|
|
|
+ "description" : "The name of the enrich policy"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- },
|
|
|
- "params": {
|
|
|
- }
|
|
|
- },
|
|
|
- "body": null
|
|
|
+ ]
|
|
|
+ }
|
|
|
}
|
|
|
}
|