mirror of https://gitee.com/bigwinds/arangodb
Removed deprecated `/_api/collection/<identifier>/parameter`
This commit is contained in:
parent
90ad06833f
commit
30e82a8cbb
|
@ -934,18 +934,6 @@ function get_api_collection (req, res) {
|
|||
actions.resultOk(req, res, actions.HTTP_OK, result, headers);
|
||||
}
|
||||
|
||||
// .............................................................................
|
||||
// /_api/collection/<identifier>/parameter (DEPRECATED)
|
||||
// .............................................................................
|
||||
|
||||
else if (sub === "parameter") {
|
||||
result = collectionRepresentation(collection, true, false, false);
|
||||
headers = {
|
||||
location : databasePrefix(req, "/" + API + "/" + collection.name() + "/parameter")
|
||||
};
|
||||
actions.resultOk(req, res, actions.HTTP_OK, result, headers);
|
||||
}
|
||||
|
||||
// .............................................................................
|
||||
// /_api/collection/<identifier>/revision
|
||||
// .............................................................................
|
||||
|
|
Loading…
Reference in New Issue