You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/mobi/appcent/medusa/store/api/CustomerApi.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,7 @@ public UpdateShippingAddressRequest updateShippingAddress(String addressId) thro
149
149
* Request Password Reset
150
150
* Creates a reset password token to be used in a subsequent /reset-password request. The password token should be sent out of band e.g. via email and will not be returned.
151
151
* body (optional)
152
+
* @return PasswordResetRequest
152
153
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
0 commit comments