update
Developing
PUT
http://localhost:1337/api/transport/trips/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/transport/trips/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"trip_name": "kompally",
"departure_time": "00:30:00.000",
"arrival_time": "00:45:00.000"
}'
Response Response Example
{}
Request
Body Params application/json