# Update trip Update an existing trip's details Endpoint: PATCH /trips/{tripId} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `tripId` (integer, required) Unique identifier of the trip Example: 12345 ## Request fields (application/json): - `title` (string) Example: "Paris Summer Vacation" - `duration` (integer) Example: 7 - `dateStart` (string) Example: "2025-07-15T00:00:00.000Z" - `dateFinish` (string) Example: "2025-07-22T00:00:00.000Z" ## Response 400 fields ## Response 404 fields