Skip to main content
PATCH
/
api
/
v1
/
mileage
/
:id
Update Mileage Trip
curl --request PATCH \
  --url https://api.example.com/api/v1/mileage/:id

Path Parameters

id
integer
required
The trip ID.

Request Body

Same fields as Create Mileage Trip, all optional.

Response

Returns the updated trip object.