Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-app-template-core
/
com.mapsted.template_core.data.service.profile
/
IProfileService
/
updateProfile
update
Profile
@
PUT
(
value
=
"profile/{licence}/update/{mapstedUid}"
)
abstract
fun
updateProfile
(
@
Path
(
value
=
"licence"
)
licence
:
String
,
@
Path
(
value
=
"mapstedUid"
)
mapstedUid
:
String
,
@
Body
profile
:
Profile
)
:
Call
<
Any
>