v1

latestOpenAPI 3.0.12026-07-247756110.6 KB
Images

Update image

Update Image

patch/draft_trips/{trip_uuid}/images/{id}

Path parameters

trip_uuidstring required
idstring required

ID of the image

Request body

Example request

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

Response

Successfully updated

Example response

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