---
title: "Update property"
method: PATCH
path: "/property/{id}"
---

# Update property

`PATCH /property/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `name` string — Property name
  - `internal_code` string — Property ID from external system
  - `address1` string — Address, line 1
  - `address2` string — Address, line 2
  - `city` string — Property city
  - `state` string — Property state
  - `zipcode` string — Property zip/postal code
  - `country` string — Property country
  - `latitude` number, float — Property latitude
  - `longitude` number, float — Property longitude
  - `photos` string[] — List of URLs to property photos. Breezeway will download photos from these URLs
  - `status` 'active' | 'inactive' | 'deleted'
  - `building` string — Building property is located in
  - `notes` object
    - `wifi` string — Property wifi note
    - `access` string — Property internal access note. 'Internal access notes' in the UI
    - `general` string — Property general note. 'Property notes' in the UI
    - `direction` string — Property direction note
    - `about` string — Property "about" section note. 'About Property' in the UI
    - `trash_info` string — Property trash info note
    - `guest_access` string — Property guest access note. 'Guest access notes' in the UI
  - `access_code` string — 'Internal access code' field in the UI
  - `guest_access_code` string — Guest access code
  - `wifi_name` string — Name of Wifi Network
  - `wifi_password` string — Wifi password

## Response `200`

200

- object
  - `name` string
  - `address1` string
  - `address2` unknown
  - `city` string
  - `state` string
  - `zipcode` string
  - `country` string
  - `group` string
  - `internal_code` string
  - `latitude` number
  - `longitude` number
  - `bedrooms` integer
  - `bathrooms` integer
  - `photos` string[]
  - `building` string
  - `wifi_name` string
  - `wifi_password` string
  - `access_code` string
  - `notes` object
    - `access` string
    - `general` string
    - `wifi` string
    - `about` string
    - `direction` string
    - `trash_info` string

## Other responses

- `422` — 422

---

[API](https://skmtc.dev/breezeway/apis/breezeway-auth-api.md) · [All operations](https://skmtc.dev/breezeway/apis/breezeway-auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/breezeway/breezeway-auth-api/revisions/920ab5205e9d/schema)
