summaryrefslogtreecommitdiff
path: root/rest-api-spec/test/exists/10_basic.yaml
blob: ee6d73f8599686769376fdd985eae5ccfbe2768c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
"Basic":

  - do:
      exists:
        index: test_1
        type:  test
        id:    1

  - is_false: ''

  - do:
      index:
        index: test_1
        type:  test
        id:    1
        body:  { "foo": "bar" }

  - is_true: ''

  - do:
      exists:
        index: test_1
        type:  test
        id:    1

  - is_true: ''