---
title: "Create included item"
method: POST
path: "/draft_trips/{trip_uuid}/included_items"
tags: ["Included items"]
---

# Create included item

`POST /draft_trips/{trip_uuid}/included_items`

Create Included

## Path parameters

- `trip_uuid` string, required

## Request body

- object
  - `data` CreateIncluded — Create Included
    - `title` string, required — Allows you to set the title of the included item
    - `description` string — Allows you to set the description of the included item. This field allows HTML tags(b, i, a) for better formatting.

## Response `201`

Successfully created

- object
  - `data` Included — Included model
    - `id` integer — ID of the included item
    - `trip_uuid` string, required — Unique ID of the trip
    - `title` string, required — Title of the included item
    - `description` string — Description of the 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)
