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 490f0d5 commit 83234b6Copy full SHA for 83234b6
docs/overlays/elasticsearch-openapi-overlays.yaml
@@ -68,4 +68,14 @@ actions:
68
application/json:
69
examples:
70
clusterNodesReloadSecureSettingsResponseExample1:
71
- $ref: "../../specification/nodes/reload_secure_settings/clusterNodesReloadSecureSettingsResponseExample1.json"
+ $ref: "../../specification/nodes/reload_secure_settings/clusterNodesReloadSecureSettingsResponseExample1.json"
72
+ - target: "$.paths['/_tasks']['get']"
73
+ description: "Add examples for task management operation"
74
+ update:
75
+ responses:
76
+ 200:
77
+ content:
78
+ application/json:
79
+ examples:
80
+ getTasksResponseExample1:
81
+ $ref: "../../specification/tasks/get/getTasksResponseExample1.json"
0 commit comments