|
26 | 26 | <resource ref="Magento_Catalog::products" /> |
27 | 27 | </resources> |
28 | 28 | </route> |
29 | | - <route url="/V1/products" method="PUT"> |
| 29 | + <route url="/V1/products" method="GET"> |
30 | 30 | <service class="Magento\Catalog\Api\ProductRepositoryInterface" method="getList"/> |
31 | 31 | <resources> |
32 | 32 | <resource ref="Magento_Catalog::products" /> |
|
51 | 51 | <resource ref="Magento_Catalog::attributes_attributes" /> |
52 | 52 | </resources> |
53 | 53 | </route> |
54 | | - <route url="/V1/products/attributes" method="PUT"> |
| 54 | + <route url="/V1/products/attributes" method="GET"> |
55 | 55 | <service class="Magento\Catalog\Api\ProductAttributeRepositoryInterface" method="getList" /> |
56 | 56 | <resources> |
57 | 57 | <resource ref="Magento_Catalog::attributes_attributes" /> |
|
63 | 63 | <resource ref="Magento_Catalog::attributes_attributes" /> |
64 | 64 | </resources> |
65 | 65 | </route> |
66 | | - <route url="/V1/categories/attributes" method="PUT"> |
| 66 | + <route url="/V1/categories/attributes" method="GET"> |
67 | 67 | <service class="Magento\Catalog\Api\CategoryAttributeRepositoryInterface" method="getList" /> |
68 | 68 | <resources> |
69 | 69 | <resource ref="Magento_Catalog::attributes_attributes" /> |
|
99 | 99 | <resource ref="Magento_Catalog::products"/> |
100 | 100 | </resources> |
101 | 101 | </route> |
102 | | - <route url="/V1/products/attribute-sets/sets/list" method="PUT"> |
| 102 | + <route url="/V1/products/attribute-sets/sets/list" method="GET"> |
103 | 103 | <service class="Magento\Catalog\Api\AttributeSetRepositoryInterface" method="getList"/> |
104 | 104 | <resources> |
105 | 105 | <resource ref="Magento_Catalog::sets"/> |
|
147 | 147 | <resource ref="Magento_Catalog::sets"/> |
148 | 148 | </resources> |
149 | 149 | </route> |
150 | | - <route url="/V1/products/attribute-sets/groups/list" method="PUT"> |
| 150 | + <route url="/V1/products/attribute-sets/groups/list" method="GET"> |
151 | 151 | <service class="Magento\Catalog\Api\ProductAttributeGroupRepositoryInterface" method="getList"/> |
152 | 152 | <resources> |
153 | 153 | <resource ref="Magento_Catalog::sets"/> |
|
0 commit comments