summaryrefslogtreecommitdiff
path: root/rest-api-spec/test/get_source/80_missing.yaml
blob: fba854041117f7e3743467d5664c81ca14b9dbf0 (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
      get_source:
        index: test_1
        type:  test
        id:    1

---
"Missing document with ignore":

  - do:
      get_source:
        index:  test_1
        type:   test
        id:     1
        ignore: 404