---
title: "Update overview event"
method: PATCH
path: "/draft_trips/{trip_uuid}/itineraries/{id}"
tags: ["Trip Overview"]
---

# Update overview event

`PATCH /draft_trips/{trip_uuid}/itineraries/{id}`

Update Overview Event

## Path parameters

- `trip_uuid` string, required
- `id` string, required

## Request body

- object
  - `data` UpdateItinerary — Update Overview Event
    - `title` string — Title of the overview event
    - `name` string — Name of the overview event
    - `description` string — Description of the overview event
    - `photo_url` string — Image url of the overview event

## Response `200`

Successfully updated

- Itinerary — Itinerary model
  - `id` integer — ID of the itinerary event
  - `trip_uuid` string, required — Unique ID of the trip
  - `title` string, required — Title of the itinerary event
  - `name` string, required — Name of the itinerary event
  - `description` string — Description of the itinerary event
  - `photo_url` string, required — Image url of the itinerary event

---

[API](https://skmtc.net/wetravel/apis/authentication-api.md) · [All operations](https://skmtc.net/wetravel/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wetravel/authentication-api/versions/5c747875f084/schema)
