We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a16bc7 commit 502396aCopy full SHA for 502396a
specification/_global/create/examples/response/CreateResponseExample1.yaml
@@ -3,16 +3,16 @@ description: A successful response from `PUT my-index-000001/_create/1` which in
3
# type: response
4
# response_code: 200
5
value: |-
6
- {
7
- "_index": "my-index-000001",
8
- "_id": "1",
9
- "_version": 1,
10
- "result": "created",
11
- "_shards": {
12
- "total": 1,
13
- "successful": 1,
14
- "failed": 0
15
- },
16
- "_seq_no": 0,
17
- "_primary_term": 1
18
- }
+ {
+ "_index": "my-index-000001",
+ "_id": "1",
+ "_version": 1,
+ "result": "created",
+ "_shards": {
+ "total": 1,
+ "successful": 1,
+ "failed": 0
+ },
+ "_seq_no": 0,
+ "_primary_term": 1
+ }
0 commit comments