Skip to content

Commit 4025363

Browse files
committed
Add overlay for add block example
1 parent 8eb7f05 commit 4025363

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,14 @@ actions:
185185
application/json:
186186
examples:
187187
graphExploreRequestExample1:
188-
$ref: "../../specification/graph/explore/graphExploreRequestExample1.json"
188+
$ref: "../../specification/graph/explore/graphExploreRequestExample1.json"
189+
- target: "$.paths['/{index}/_block/{block}']['put']"
190+
description: "Add examples for add index block operation"
191+
update:
192+
responses:
193+
200:
194+
content:
195+
application/json:
196+
examples:
197+
indicesAddBlockResponseExample1:
198+
$ref: "../../specification/indices/add_block/IndicesAddBlockResponseExample1.yaml"

0 commit comments

Comments
 (0)