- 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 Interven Status
Developing
PUT
/v1/lanes/update-intervened-status/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/v1/lanes/update-intervened-status/' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_intervened": false
}'
Response Response Example
{
"data": {
"id": "a4fe9dd0-887a-4407-b66b-e2ef5cd6c9b8",
"devices": [],
"gate_id": "29b51e5d-9ecd-4e77-9eba-62276b423b89",
"lane_name": null,
"lane_code": "LANE0010",
"is_intervened": true
},
"message": "Sukses mengubah Lane"
}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Body Params application/json
is_intervened
booleanÂ
required
Examples
Responses
🟢200Success
application/json
Body
data
objectÂ
required
id
stringÂ
required
devices
array[string]
required
gate_id
stringÂ
required
lane_name
nullÂ
required
lane_code
stringÂ
required
is_intervened
booleanÂ
required
message
stringÂ
required
Modified at 2025-05-24 14:59:45