Skip to content

Commit ad38efe

Browse files
ENGCOM-2539: Remove duplicate resetPassword Api magento 2.3 #17149
- Merge Pull Request #17149 from mageprince/magento2:mageprince-2.3-develop-patch-customer-1 - Merged commits: 1. 2e9384d 2. 29645bd 3. 4c71dc1 4. 2bc4c01
2 parents e08b953 + 2bc4c01 commit ad38efe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/Customer/etc/webapi.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,6 @@
200200
<resource ref="anonymous"/>
201201
</resources>
202202
</route>
203-
<route url="/V1/customers/resetPassword" method="POST">
204-
<service class="Magento\Customer\Api\AccountManagementInterface" method="resetPassword"/>
205-
<resources>
206-
<resource ref="anonymous"/>
207-
</resources>
208-
</route>
209203
<route url="/V1/customers/:customerId/confirm" method="GET">
210204
<service class="Magento\Customer\Api\AccountManagementInterface" method="getConfirmationStatus"/>
211205
<resources>

0 commit comments

Comments
 (0)