mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 14:35:04 +00:00
[REST-TEST] forgot to add this file.
Original commit: elastic/x-pack-elasticsearch@23de354192
This commit is contained in:
parent
4c939a7c3d
commit
45f39ca2a2
28
rest-api-spec/api/indices.delete.json
Normal file
28
rest-api-spec/api/indices.delete.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"indices.delete": {
|
||||
"documentation": "This file is copied from es core just to verify that the .watches api hijacking works",
|
||||
"methods": ["DELETE"],
|
||||
"url": {
|
||||
"path": "/{index}",
|
||||
"paths": ["/{index}"],
|
||||
"parts": {
|
||||
"index": {
|
||||
"type" : "list",
|
||||
"required" : true,
|
||||
"description" : "A comma-separated list of indices to delete; use `_all` or `*` string to delete all indices"
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
"timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Explicit operation timeout"
|
||||
},
|
||||
"master_timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Specify timeout for connection to master"
|
||||
}
|
||||
}
|
||||
},
|
||||
"body": null
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user