---
title: "Modify property rule"
method: PATCH
path: "/api/v3.3/property-rules/{uid}"
tags: ["Property Rules"]
---

# Modify property rule

`PATCH /api/v3.3/property-rules/{uid}`

Partially updates a property rule configuration

## Path parameters

- `uid` string, required

## Request body

- PropertyRulePatchingApi3Dto
  - `description` string
  - `propertyUid` string
  - `rule` 'ALLOWS_PETS' | 'ALLOWS_PETS_BY_ARRANGEMENT' | 'CHILDREN_NOT_ALLOWED' | 'INFANT_NOT_ALLOWED' | 'ALLOWS_SMOKING' | 'IS_FAMILY_FRIENDLY' | 'IS_EVENT_FRIENDLY'
  - `fieldsToClear` 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)
