To update user profile
PUT/auth/update/profile
update user profile base on new profile's requirements
Request
- application/json
Body
required
fullname string
tgl_lahir string
jenis_kelamin string
kota string
no_hp string
linkedin string
facebook string
instagram string
twitter string
pendidikan_terakhir string
tahun_lulus string
jurusan string
status string
profession string
sector_industry string
work_experience string
income string
learning_goal string
study_method string
bidang_study string
status_job string
profession_interest string
about_arkademi string
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
success boolean
data
object
updateProfile integer
Example:
1{
"success": true,
"data": {
"updateProfile": 1
}
}