---
title: "Update Room Offline Dates"
method: PUT
path: "/owner/room-offline-dates"
tags: ["Owner"]
---

# Update Room Offline Dates

`PUT /owner/room-offline-dates`

Update room offline dates

## Request body

- RoomOfflinePayload — Room offline payload
  - `property_id` integer, required
  - `room_id` integer, required
  - `room_offline_dates` PropertyofflineTimings[], required
    - `start_date` string, required
    - `end_date` string, required
    - `title` string, required
    - `reason` string, required
  - `number_of_room_offline` integer

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