UpdateUserPhoneService

interface UpdateUserPhoneService

Functions

updateUserPhone
Link copied to clipboard
@PUT(value = "user/phone")
abstract fun updateUserPhone(@Body body: UpdateUserPhoneAPI.Body): Call<Void>