update
Developing
PUT
http://localhost:1337/api/transport/vehicles/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/transport/vehicles/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"vehicle_number": "ts 09 ed 2587",
"vehicle_type": "Bus",
"capacity": 140,
"amount": "2500"
}'
Response Response Example
{}
Request
Body Params application/json