---
title: "Update property description"
method: PUT
path: "/api/v3.3/property-descriptions/{propertyUid}"
tags: ["Property Descriptions"]
---

# Update property description

`PUT /api/v3.3/property-descriptions/{propertyUid}`

Creates or updates a property description for a specific locale

## Path parameters

- `propertyUid` string, required

## Request body

- PropertyDescriptionUpdatingApi3Dto
  - `name` string — Optional field, max size is 255
  - `shortSummary` string — Optional field, max size is 255
  - `summary` string — Optional field, max size is 500
  - `notes` string
  - `access` string
  - `transit` string
  - `interaction` string
  - `neighbourhood` string
  - `space` string
  - `houseManual` string
  - `locale` 'en_US' | 'fr_FR' | 'es_ES' | 'de_DE' | 'nl_NL' | 'pt_PT' | 'pl_PL' | 'ko_KR' | 'no_NO' | 'zh_CH', required — Currently supported locales
  - `propertyUid` string

## Response `200`

OK

---

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