@@ -40,4 +40,71 @@ actions:
4040 examples :
4141 resetFeaturesResponseExample1 :
4242 $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+ - target : " $.components['requestBodies']['nodes.reload_secure_settings']"
78+ description : " Add examples for nodes reload secure settings operation"
79+ update :
80+ content :
81+ application/json :
82+ examples :
83+ clusterNodesReloadSecureSettingsRequestExample1 :
84+ $ref : " ../../specification/nodes/reload_secure_settings/clusterNodesReloadSecureSettingsRequestExample1.json"
85+ - target : " $.components['responses']['nodes.reload_secure_settings#200']"
86+ description : " Add response examples for nodes reload secure settings operation"
87+ update :
88+ content :
89+ application/json :
90+ examples :
91+ clusterNodesReloadSecureSettingsResponseExample1 :
92+ $ref : " ../../specification/nodes/reload_secure_settings/clusterNodesReloadSecureSettingsResponseExample1.json"
93+ - target : " $.paths['/_tasks']['get']"
94+ description : " Add examples for task management operation"
95+ update :
96+ responses :
97+ 200 :
98+ content :
99+ application/json :
100+ examples :
101+ getTasksResponseExample1 :
102+ $ref : " ../../specification/tasks/get/getTasksResponseExample1.json"
103+ - target : " $.components['responses']['nodes.info#200']"
104+ description : " Add response examples for nodes info"
105+ update :
106+ content :
107+ application/json :
108+ examples :
109+ nodesInfoResponseExample1 :
110+ $ref : " ../../specification/nodes/info/nodesInfoResponseExample1.yaml"
0 commit comments