File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -40,4 +40,38 @@ actions:
40
40
examples :
41
41
resetFeaturesResponseExample1 :
42
42
$ref : " ../../specification/features/reset_features/ResetFeaturesResponseExample1.json"
43
-
43
+ - target : " $.components['requestBodies']['cluster.allocation_explain']"
44
+ description : " Add examples for cluster allocation explain operation"
45
+ update :
46
+ content :
47
+ application/json :
48
+ examples :
49
+ clusterAllocationExplainRequestExample1 :
50
+ $ref : " ../../specification/cluster/allocation_explain/clusterAllocationExplainRequestExample1.json"
51
+ - target : " $.components['responses']['cluster.health#200']"
52
+ description : " Add examples for cluster health operation"
53
+ update :
54
+ content :
55
+ application/json :
56
+ examples :
57
+ clusterHealthResponseExample1 :
58
+ $ref : " ../../specification/cluster/health/clusterHealthResponseExample1.json"
59
+ - target : " $.paths['/_cluster/settings']['put']"
60
+ description : " Add examples for cluster update settings operation"
61
+ update :
62
+ requestBody :
63
+ content :
64
+ application/json :
65
+ examples :
66
+ clusterPutSettingsRequestExample1 :
67
+ $ref : " ../../specification/cluster/put_settings/clusterPutSettingsRequestExample1.json"
68
+ - target : " $.paths['/_cluster/reroute']['post']"
69
+ description : " Add examples for cluster reroute operation"
70
+ update :
71
+ requestBody :
72
+ content :
73
+ application/json :
74
+ examples :
75
+ clusterRerouteRequestExample1 :
76
+ $ref : " ../../specification/cluster/reroute/clusterRerouteRequestExample1.json"
77
+
You can’t perform that action at this time.
0 commit comments