From 231e62513e182a79ac97082de3603e8835121e3b Mon Sep 17 00:00:00 2001 From: Cyrill Schumacher Date: Fri, 2 Jan 2015 19:24:28 +1100 Subject: [PATCH] Unifying REST API searches with the interface method getList() and http method PUT. Deleted POST routes and merged them to a PUT route to be more consistent. --- app/code/Magento/Catalog/etc/webapi.xml | 2 +- app/code/Magento/Customer/etc/webapi.xml | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/app/code/Magento/Catalog/etc/webapi.xml b/app/code/Magento/Catalog/etc/webapi.xml index 0e1db6cae06f8..98e922f6b05ce 100644 --- a/app/code/Magento/Catalog/etc/webapi.xml +++ b/app/code/Magento/Catalog/etc/webapi.xml @@ -189,7 +189,7 @@ - + diff --git a/app/code/Magento/Customer/etc/webapi.xml b/app/code/Magento/Customer/etc/webapi.xml index df2d11cb16d9f..859b2c1596af8 100644 --- a/app/code/Magento/Customer/etc/webapi.xml +++ b/app/code/Magento/Customer/etc/webapi.xml @@ -31,13 +31,7 @@ - - - - - - - + @@ -160,13 +154,7 @@ %customer_id% - - - - - - - +