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
  • Loading branch information
Oleksii Korshenko authored Dec 1, 2017
2 parents 85daa07 + 06c0bcf commit 8eb45d9
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 8eb45d9

Please sign in to comment.