---
title: "Update Virtual Tour URL"
method: PUT
path: "/properties-api/property-media/virtual-tour/{propertyId}"
tags: ["Property Media"]
---

# Update Virtual Tour URL

`PUT /properties-api/property-media/virtual-tour/{propertyId}`

Update the virtual tour URL for a specific property

## Path parameters

- `propertyId` string, required

## Request body

- object
  - `url` string, uri, required — The virtual tour URL (HTTPS only). Send empty string to remove the URL.

## Response `200`

Virtual tour URL updated successfully

- object
  - `propertyId` string
  - `virtualTour` object
    - `url` string
    - `updatedAt` string
    - `updatedBy` string

## Other responses

- `400` — Invalid URL format
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
