Skip to content

Commit

Permalink
9468: REST API bundle-products/:sku/options/all always return is not …
Browse files Browse the repository at this point in the history
…authorized
  • Loading branch information
RomaKis committed Nov 22, 2017
1 parent 6bce6f7 commit adf18dc
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 adf18dc

Please sign in to comment.