Images

Create image

Create Image

post/draft_trips/{trip_uuid}/images

Path parameters

trip_uuidstring required

Request body

Example request

{
  "data": {
    "url": "https://filestack/12345"
  }
}

Response

Successfully created

Example response

{
  "data": {
    "id": 80,
    "trip_uuid": "105544110",
    "url": "https://filestack/12345",
    "created_at": 1444543
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.