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 3907030 commit 150c889Copy full SHA for 150c889
rest-api-spec/src/main/resources/rest-api-spec/api/monitoring.bulk.json
@@ -22,27 +22,6 @@
22
"POST",
23
"PUT"
24
]
25
- },
26
- {
27
- "path": "/_monitoring/{type}/bulk",
28
- "methods": [
29
- "POST",
30
- "PUT"
31
- ],
32
- "parts": {
33
- "type": {
34
- "type": "string",
35
- "description": "Default document type for items which don't provide one",
36
- "deprecated": {
37
- "version": "7.0.0",
38
- "description": "Specifying types in urls has been deprecated"
39
- }
40
41
42
43
44
45
46
}
47
48
},
0 commit comments