API ReferenceBuilding
Update building
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/api/v1/building/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"name": "string",
"description": "string",
"features": [
{
"name": "string",
"description": "string",
"type": "parking"
}
],
"source": "string"
}