Skip to content

Commit

Permalink
Merge forwardport of #11917 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/11917.patch (created by @lewisvoncken) based on commit(s):
  1. 80ba9c8
  • Loading branch information
magento-engcom-team committed Jan 23, 2018
2 parents b22b232 + c76b04c commit 6c02a2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/code/Magento/Customer/etc/webapi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@
<resource ref="anonymous"/>
</resources>
</route>
<route url="/V1/customers/resetPassword" method="POST">
<service class="Magento\Customer\Api\AccountManagementInterface" method="resetPassword"/>
<resources>
<resource ref="anonymous"/>
</resources>
</route>
<route url="/V1/customers/:customerId/confirm" method="GET">
<service class="Magento\Customer\Api\AccountManagementInterface" method="getConfirmationStatus"/>
<resources>
Expand Down

0 comments on commit 6c02a2d

Please sign in to comment.