---
title: "Update Property Details"
method: PUT
path: "/admin/update-property-details"
tags: ["Admin"]
---

# Update Property Details

`PUT /admin/update-property-details`

Update property details

## Request body

- UpdatePropertyDetails — Update property details
  - `property_id` integer, required
  - `property_capacity` integer, required
  - `area_name` string, required
  - `property_alternate_number` string, required
  - `property_watch_man_number` string, required
  - `is_available_for_1_rupee_booking` string
  - `is_available_for_free_booking` string
  - `is_available_for_bday_booking` string
  - `is_dozzy_trusted` string
  - `property_managed_by` integer
  - `video_link` string, nullable
  - `youtube_video_link` string, nullable
  - `insta_video_link` string, nullable

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