Skip to content

Commit c089dff

Browse files
committed
Add overlay for migrate to data tiers examples
1 parent c83c25d commit c089dff

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,22 @@ actions:
7777
application/json:
7878
examples:
7979
getLifecycleStatusResponseExample1:
80-
$ref: "../../specification/ilm/get_status/GetStatusResponseExample1.json"
80+
$ref: "../../specification/ilm/get_status/GetStatusResponseExample1.json"
81+
- target: "$.paths['/_ilm/migrate_to_data_tiers']['post']"
82+
description: "Add examples for migrate to data tiers routing operation"
83+
update:
84+
update:
85+
requestBody:
86+
content:
87+
application/json:
88+
examples:
89+
migrateToDataTiersRequestExample1:
90+
$ref: "../../specification/ilm/migrate_to_data_tiers/MigrateToDataTiersRequestExample1.json"
91+
responses:
92+
200:
93+
content:
94+
application/json:
95+
examples:
96+
migrateToDataTiersResponseExample1:
97+
$ref: "../../specification/ilm/migrate_to_data_tiers/MigrateToDataTiersResponseExample1.json"
98+

0 commit comments

Comments
 (0)