---
title: "Create property rule"
method: POST
path: "/api/v3.3/property-rules"
tags: ["Property Rules"]
---

# Create property rule

`POST /api/v3.3/property-rules`

Creates a new rule configuration for a property

## Request body

- PropertyRuleSavingApi3Dto
  - `description` string
  - `propertyUid` string, required
  - `rule` 'ALLOWS_PETS' | 'ALLOWS_PETS_BY_ARRANGEMENT' | 'CHILDREN_NOT_ALLOWED' | 'INFANT_NOT_ALLOWED' | 'ALLOWS_SMOKING' | 'IS_FAMILY_FRIENDLY' | 'IS_EVENT_FRIENDLY', required

## 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)
