Skip to content

Commit 695ac41

Browse files
make contrib
Autogenerated output from running `make contrib`
1 parent 6eab9dd commit 695ac41

File tree

4 files changed

+54
-7
lines changed

4 files changed

+54
-7
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 36 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
],
88
"response": []
99
},
10+
"cluster.allocation_explain": {
11+
"request": [
12+
"Request: missing json spec query parameter 'current_node'",
13+
"Request: missing json spec query parameter 'index'",
14+
"Request: missing json spec query parameter 'primary'",
15+
"Request: missing json spec query parameter 'shard'"
16+
],
17+
"response": []
18+
},
1019
"create": {
1120
"request": [
1221
"Request: query parameter 'if_primary_term' does not exist in the json spec",

specification/cluster/allocation_explain/examples/request/ClusterAllocationExplainRequestExample2.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ alternatives:
4141
"body" => [],
4242
]);
4343
- language: curl
44-
code:
45-
'curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY"
44+
code: 'curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY"
4645
"$ELASTICSEARCH_URL/_cluster/allocation/explain?index="my-index-000001"&shard=0&primary=false&current_node="my-node"'
4746
- language: Java
4847
code: |

0 commit comments

Comments
 (0)