Appearance
Update building
PATCH /buildings/{buildingId}
Update a building by id specified in url parameter
Request
Path Parameters
buildingId
string<uuid>Body
name
stringaddress
object
raw
stringline1
stringline2
stringcity
stringstate
stringpostalCode
stringcountry
stringiso3166
stringlatitude
numberlongitude
numberbearing
numberdescription
stringfloor
stringsource
string ;values: Building |Floor floorIdsToAdd
array [string <uuid> ] floorIdsToRemove
array [string <uuid> ] Responses
200
Message indicating the result of the update operation
OK
message
stringMessage indicating the result of the update operation
404
Error message indicating that the building was not found
Not Found
message
stringError message indicating that the building was not found

