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 eec95d8 commit 9729a32Copy full SHA for 9729a32
docs/overlays/elasticsearch-shared-overlays.yaml
@@ -204,3 +204,14 @@ actions:
204
examples:
205
indicesAnalyzeRequestExample1:
206
$ref: "../../specification/indices/analyze/indicesAnalyzeRequestExample1.yaml"
207
+ - target: "$.paths['/{index}']['put']"
208
+ description: "Add examples for create index request"
209
+ update:
210
+ requestBody:
211
+ content:
212
+ application/json:
213
+ examples:
214
+ indicesCreateRequestExample1:
215
+ $ref: "../../specification/indices/create/indicesCreateRequestExample1.yaml"
216
+ indicesCreateRequestExample2:
217
+ $ref: "../../specification/indices/create/indicesCreateRequestExample2.yaml"
0 commit comments