File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
app/code/Magento/Catalog/etc
dev/tests/api-functional/testsuite/Magento/Search/Api Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 39
39
<resource ref =" anonymous" />
40
40
</resources >
41
41
</route >
42
- <route url =" /V1/products/search" method =" GET" >
43
- <service class =" Magento\Catalog\Api\ProductRepositoryInterface" method =" search" />
44
- <resources >
45
- <resource ref =" anonymous" />
46
- </resources >
47
- </route >
48
42
49
43
<route url =" /V1/products/attributes/types" method =" GET" >
50
44
<service class =" Magento\Catalog\Api\ProductAttributeTypesListInterface" method =" getItems" />
Original file line number Diff line number Diff line change 9
9
10
10
class SearchTest extends WebapiAbstract
11
11
{
12
- const SERVICE_NAME = 'searchSearchV1 ' ;
12
+ const SERVICE_NAME = 'searchV1 ' ;
13
13
const SERVICE_VERSION = 'V1 ' ;
14
14
const RESOURCE_PATH = '/V1/search ' ;
15
15
You can’t perform that action at this time.
0 commit comments