ResetPasswordService

interface ResetPasswordService

Functions

resetPassword
Link copied to clipboard
@PUT(value = "user/password/reset")
abstract fun resetPassword(@Query(value = "pin"pin: String? = null): Call<Void>