Skip to content

Commit 502396a

Browse files
committed
Fix style
1 parent 3a16bc7 commit 502396a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

specification/_global/create/examples/response/CreateResponseExample1.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ description: A successful response from `PUT my-index-000001/_create/1` which in
33
# type: response
44
# response_code: 200
55
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-
}
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+
}

0 commit comments

Comments
 (0)