v1

latestOpenAPI 3.1.02026-08-0630894634.3 KB
Trips

Update trip

This endpoint updates trip by ID.

put/v2/trips/{tripId}

Request body

tripIdstring required

Spotnana trip Id

tripNamestring required

Name of the trip

tripDescriptionstring

Trip description

Example request

{
  "tripId": "6926658168",
  "tripName": "JFK SFO Trip",
  "tripDescription": "JFK SFO Business Trip"
}

Response

Updated Successfully