Skip to content

Commit 6fbdb67

Browse files
committed
Fix formatting
1 parent 558b6ef commit 6fbdb67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ actions:
5353
The Elasticsearch query domain-specific language (DSL).
5454
This value corresponds to the query object in an Elasticsearch search POST body.
5555
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
56-
By default, this property has the following value: {"match_all": {"boost": 1}}.
56+
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
5757
externalDocs:
5858
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
5959
description: Query DSL

docs/overlays/elasticsearch-serverless-openapi-overlays.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ actions:
4141
The Elasticsearch query domain-specific language (DSL).
4242
This value corresponds to the query object in an Elasticsearch search POST body.
4343
All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
44-
By default, this property has the following value: {"match_all": {"boost": 1}}.
44+
By default, this property has the following value: `{"match_all": {"boost": 1}}`.
4545
externalDocs:
4646
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
4747
description: Query DSL

0 commit comments

Comments
 (0)