---
title: "Update not included item"
method: PATCH
path: "/draft_trips/{trip_uuid}/not_included_items/{id}"
tags: ["Not Included items"]
---

# Update not included item

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

Update NotIncluded

## Path parameters

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

## Request body

- object
  - `data` UpdateNotIncluded — Update NotIncluded
    - `title` string — Title of the not included item
    - `description` string — Description of the not included item

## Response `200`

Successfully updated

- object
  - `data` NotIncluded — NotIncluded model
    - `id` integer — ID of the not included item
    - `trip_uuid` string, required — Unique ID of the trip
    - `title` string, required — Title of the not included item
    - `description` string — Description of the not included item
    - `created_at` integer — Time at which the object was created. Measured in seconds since the Unix epoch.

---

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