Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"methods": ["GET"],
"parts": {
"name": {
"type": "list",
"description": "The comma separated names of the component templates"
"type": "string",
"description": "The name of the component template. Wildcard (`*`) expressions are supported."
}
}
}
Expand Down
18 changes: 0 additions & 18 deletions specification/_json_spec/monitoring.bulk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,6 @@
{
"path": "/_monitoring/bulk",
"methods": ["POST", "PUT"]
},
{
"path": "/_monitoring/{type}/bulk",
"methods": ["POST", "PUT"],
"parts": {
"type": {
"type": "string",
"description": "Default document type for items which don't provide one",
"deprecated": {
"version": "7.0.0",
"description": "Specifying types in urls has been deprecated"
}
}
},
"deprecated": {
"version": "7.0.0",
"description": "Specifying types in urls has been deprecated"
}
}
]
},
Expand Down