Skip to content

Commit 55779ba

Browse files
committed
Generate output
1 parent 989bad1 commit 55779ba

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

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

specification/_global/update/examples/request/UpdateRequestExample9.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,4 @@ description: >
55
In this example, if the product with ID 1 exists, its price will be updated to 100.
66
If the product does not exist, a new document with ID 1 and a price of 50 will be inserted.
77
# type: request
8-
value:
9-
{
10-
"doc": {
11-
"product_price": 100
12-
},
13-
"upsert": {
14-
"product_price": 50
15-
}
16-
}
8+
value: { 'doc': { 'product_price': 100 }, 'upsert': { 'product_price': 50 } }

0 commit comments

Comments
 (0)