v1
latestOpenAPI 3.0.32026-07-2632131.4 MBProperty Media
Update Virtual Tour URL
Update the virtual tour URL for a specific property
put/properties-api/property-media/virtual-tour/{propertyId}
Path parameters
propertyIdstring required
Example:5b2149c9f579400024388c47
The ID of the property
Request body
Example request
{
"url": "https://example.com/virtual-tour"
}Response
Virtual tour URL updated successfully
Example response
{
"propertyId": "5b2149c9f579400024388c47",
"virtualTour": {
"url": "https://example.com/virtual-tour",
"updatedAt": "2024-01-01T12:00:00Z",
"updatedBy": "user@example.com"
}
}