Skip to content

Commit

Permalink
MAGETWO-84666: 9468: REST API bundle-products/:sku/options/all always…
Browse files Browse the repository at this point in the history
… return is not authorized #904

 - Merge Pull Request magento-engcom/magento2ce#904 from RomaKis/magento2:9468
 - Merged commits:
   1. adf18dc
  • Loading branch information
Oleksii Korshenko committed Nov 28, 2017
2 parents 3d628f8 + adf18dc commit 06c0bcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/code/Magento/WebapiSecurity/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
<item name="/V1/configurable-products/:sku/children::GET" xsi:type="string"/>
<item name="/V1/configurable-products/:sku/options/:id::GET" xsi:type="string"/>
<item name="/V1/configurable-products/:sku/options/all::GET" xsi:type="string"/>
<item name="/V1/bundle-products/:productSku/children::GET" xsi:type="string"/>
<item name="/V1/bundle-products/:sku/options/all::GET" xsi:type="string"/>
<item name="/V1/bundle-products/options/types::GET" xsi:type="string"/>
<item name="/V1/bundle-products/:sku/options/:optionId::GET" xsi:type="string"/>
<item name="/V1/cmsPage/:pageId::GET" xsi:type="string"/>
<item name="/V1/cmsBlock/:blockId::GET" xsi:type="string"/>
<item name="/V1/store/storeViews::GET" xsi:type="string"/>
Expand Down

0 comments on commit 06c0bcf

Please sign in to comment.