From 30e82a8cbbc5fd438469469c32615914ad272afc Mon Sep 17 00:00:00 2001 From: Lucas Dohmen Date: Fri, 20 Jun 2014 15:35:00 +0200 Subject: [PATCH] Removed deprecated `/_api/collection//parameter` --- js/actions/api-collection.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/js/actions/api-collection.js b/js/actions/api-collection.js index cd4500b897..1ee10ac2af 100644 --- a/js/actions/api-collection.js +++ b/js/actions/api-collection.js @@ -934,18 +934,6 @@ function get_api_collection (req, res) { actions.resultOk(req, res, actions.HTTP_OK, result, headers); } - // ............................................................................. - // /_api/collection//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//revision // .............................................................................