kakao-partner-android-sdk-rx / com.kakao.sdk.user / UserApi / updateProfile

updateProfile

@POST("/v1/user/update_profile") @FormUrlEncoded abstract fun updateProfile(@Field("properties") properties: Map<String, String>): Call<Unit>