Update Profile Prakerja
PUT/prakerja/auth/update/profile
Update Profile Prakerja
Request
- application/json
Body
required
nama_lengkap string
lokasi string
biodata string
facebook string
twitter string
profesi string
jenis_kelamin string
no_hp string
tgl_lahir string
provinsi string
kota string
pendidikan_terakhir string
Responses
- 200
- 400
- 404
OK.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
{
"success": true,
"message": "string"
}
Bad request.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
Example:
Bad Request!{
"success": true,
"message": "Bad Request!"
}
Not found.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
Example:
Not Found!{
"success": true,
"message": "Not Found!"
}