Projects

Update project

patch/v1/projects/{projectId}

Path parameters

{"stackTrail":"paths:/v1/projects/{projectId}:patch:parameters:0:schema","oasType":"schema","type":"unknown"}

ID of the project to update

Request body

namestring

Project name

type'renovation' | 'new_home_construction' | 'other'

Type of project

estimatedBudgetnumber

Estimated budget for the project

currencystring

Currency for the budget

externalLocationIdstring

External location ID from geocoding service (AWS PlaceId, Google PlaceId, etc.)

unitSystem'imperial' | 'metric'

Preferred measurement unit system

showLowerFloorShadowboolean

Per-project editor setting: show the floor-below shadow underlay

Response

Project updated successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes