---
title: "Save a house tour comment"
method: PATCH
path: "/HouseTours/{house}/{id}"
tags: ["Housetours"]
---

# Save a house tour comment

`PATCH /HouseTours/{house}/{id}`

**Requires permissions:** *Admin* or *Admissions* or *Housemaster* or *Matron*

Save the housemaster's comment on a booking.

## Path parameters

- `house` string, required
- `id` integer, required

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PatchHouseTourCommentRequest
  - `comments` string, nullable

## Response `204`

Success - Success

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
