We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb7f05 commit 4025363Copy full SHA for 4025363
docs/overlays/elasticsearch-shared-overlays.yaml
@@ -185,4 +185,14 @@ actions:
185
application/json:
186
examples:
187
graphExploreRequestExample1:
188
- $ref: "../../specification/graph/explore/graphExploreRequestExample1.json"
+ $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