Skip to content

Update building

PATCH /buildings/{buildingId}

Update a building by id specified in url parameter

Request

Path Parameters

buildingId
string<uuid>

Body

name
string

address
object

raw
string

line1
string

line2
string

city
string

state
string

postalCode
string

country
string

iso3166
string

latitude
number

longitude
number

bearing
number

description
string

floor
string

floorIdsToAdd
array [string <uuid> ]

floorIdsToRemove
array [string <uuid> ]

Responses

200

OK

message
string
Message indicating the result of the update operation

404

Not Found

message
string
Error message indicating that the building was not found