Skip to content

Commit 150c889

Browse files
authored
rest-api-spec: remove typed monitoring.bulk endpoint (#138229) (#138355)
1 parent 3907030 commit 150c889

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/monitoring.bulk.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,6 @@
2222
"POST",
2323
"PUT"
2424
]
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-
"deprecated": {
43-
"version": "7.0.0",
44-
"description": "Specifying types in urls has been deprecated"
45-
}
4625
}
4726
]
4827
},

0 commit comments

Comments
 (0)