---
title: "Update trip"
method: PUT
path: "/v2/trips/{tripId}"
tags: ["Trips"]
---

# Update trip

`PUT /v2/trips/{tripId}`

This endpoint updates trip by ID.

## Request body

- UpdateTripRequest — Basic trip info
  - `tripId` string, required — Spotnana trip Id
  - `tripName` string, required — Name of the trip
  - `tripDescription` string — Trip description

## Response `204`

Updated Successfully

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/trip-api.md) · [All operations](https://skmtc.net/spotnana/apis/trip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/trip-api/revisions/ccddd94cdc01/schema)
