v1

latestOpenAPI 3.0.12026-07-247756110.6 KB
Trip Overview

Create overview event

Create Overview Event

post/draft_trips/{trip_uuid}/itineraries

Path parameters

trip_uuidstring required

Request body

Example request

{
  "data": {
    "title": "Day 1",
    "name": "Day 1 - Arrival",
    "description": "Tour of city",
    "photo_url": "https://filestack/123456"
  }
}

Response

Successfully created

Example response

{
  "data": {
    "id": 78,
    "trip_uuid": "12345678",
    "title": "Day 1",
    "name": "Day 1 itinerary",
    "description": "Tour of city",
    "photo_url": "https://filestack/123456"
  }
}