Update HMI
Update Hub Movement Infos
PUT /hub_movement_infos/{hub_movement_infos_id}
Access Permissions
MASTER
마스터
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
start_hub
Long
start hub ID
end_hub
Long
end hub ID
estimated_time
Time
estimated time
estimated_distance
Double
estimated distance
Response
{
"massage" : "수정 완료."
}
Last updated