v1

latestOpenAPI 3.1.02026-07-24700152.8 KB

Update property default photo

patch/property/id/default_photo

Path parameters

idinteger required

Property ID from Breezeway system

Request body

photo_idinteger

ID of property photo; retrievable from photos array within property object

Response

200

defaultboolean
idinteger
urlstring

Example response

{
  "default": true,
  "id": 87591430,
  "url": "https://s3.amazonaws.com/brzw-photos/original/6ogckx9ba28zxjfiu6b86hoqyvu92f6f.jpg"
}