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 aeab09a commit f9a93e6Copy full SHA for f9a93e6
docs/overlays/elasticsearch-openapi-overlays.yaml
@@ -90,3 +90,13 @@ actions:
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"
0 commit comments