blob: 9cfdb48ae20aae2823f28010435674c673ab14a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
"Missing document with catch":
- do:
catch: missing
delete:
index: test_1
type: test
id: 1
---
"Missing document with ignore":
- do:
delete:
index: test_1
type: test
id: 1
ignore: 404
|