---
title: "Reopens a booking"
method: PUT
path: "/v1/reservation/booking/{id}/reopen"
tags: ["Reservations"]
---

# Reopens a booking

`PUT /v1/reservation/booking/{id}/reopen`

Reopens a Booking, changing its status to Open. If the booking was previously Booked, this makes the room available again.

## Path parameters

- `id` integer, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/lodgify/apis/lodgify-public-api-v1.md) · [All operations](https://skmtc.net/lodgify/apis/lodgify-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lodgify/lodgify-public-api-v1/revisions/ddf40757d411/schema)
