Places
Update place
patch/places/{id}
Path parameters
idinteger required
The ID of the object
Request body
Example request
{
"place": {
"time_zone": "Europe/London"
}
}Response
No Content
The ID of the object
{
"place": {
"time_zone": "Europe/London"
}
}No Content