Update Profile
PUT/auth/update/profile
Update Profile
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
OK.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
data
Example:
[{"updateProfile":1}]{
"success": true,
"data": [
{
"updateProfile": 1
}
]
}