- API
- V1
- Company
- Roles
- Permissions
- User
- Auth
- Product
- FAQs
- FAQs Public
- Company Employee
- Lokasi Tujuan
- Jenis Lokasi
- Contact
- Common
- Ticket
- External
- Video Wall
- Management Gate
- Gate Activities
- Gate In/Out
- CEISA
- PTOSM
- Dashboard
- Log Activity
- Report
- Profile
- Load Unload
- Notification
- TPS Online
- Get detail data verifikasi gate inGET
Update profile
Developing
PUT
/v1/profile
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/v1/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullname": "admin",
"description": "saya adalah admin",
"phone_number": "88228568957",
"avatar_path": null
}'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
fullname
stringÂ
required
description
nullÂ
required
phone_number
stringÂ
required
avatar_path
nullÂ
required
Examples
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2025-05-30 03:05:54