---
title: "Update Property Details"
method: PUT
path: "/owner/update-amenities"
tags: ["Owner"]
---

# Update Property Details

`PUT /owner/update-amenities`

Update property details

## Request body

- UpdatePropertyPayload — Update property details
  - `property_id` integer, required
  - `address` string, nullable
  - `property_alternate_number` string, nullable
  - `property_watch_man_number` string, nullable
  - `owner_aadhar_image_front` string, nullable
  - `owner_aadhar_image_back` string, nullable
  - `owner_current_bill` string, nullable
  - `geo_latitude` string, nullable
  - `geo_longitude` string, nullable
  - `review_date_time` string, nullable
  - `property_attributes` object, required
  - `property_square_yards` string
  - `pets_allowed` string
  - `unmarried_couples_allowed` string
  - `only_family_allowed` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/dozzy/apis/fastapi-service.md) · [All operations](https://skmtc.dev/dozzy/apis/fastapi-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dozzy/fastapi-service/revisions/151fa3b762d3/schema)
