Sites
Update a Site
Use this endpoint to update an existing Site.
put/sites/{siteId}
Request body
Example request
{
"name": "Palm Tree Spa",
"locale": "en",
"currency": "GBP",
"timezone": "Europe/London",
"property_type": "Spa & Leisure Hotel",
"external_id": "ext-site-london-bridge",
"country_code": "GB"
}Response
The Site was successfully updated
Example response
{
"data": {
"country_code": "GB",
"currency": "GBP",
"external_id": "ext-site-london-bridge",
"frontend_subdomain": "palmtreespa",
"locale": "en",
"name": "Palm Tree Spa",
"organisation_name": "Palm Tree Holdings Ltd.",
"property_type": "Spa & Leisure Hotel",
"timezone": "Europe/London"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.