We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04232b commit f50c441Copy full SHA for f50c441
app/code/Magento/Customer/etc/webapi.xml
@@ -188,12 +188,6 @@
188
<resource ref="anonymous"/>
189
</resources>
190
</route>
191
- <route url="/V1/customers/:customerId/password" method="PUT">
192
- <service class="Magento\Customer\Api\AccountManagementInterface" method="resetPassword"/>
193
- <resources>
194
- <resource ref="Magento_Customer::manage"/>
195
- </resources>
196
- </route>
197
<route url="/V1/customers/:customerId/confirm" method="GET">
198
<service class="Magento\Customer\Api\AccountManagementInterface" method="getConfirmationStatus"/>
199
<resources>
0 commit comments