Update Project
Projects
Update Project
Update an existing project’s fields
PUT
Update Project
PUT /projects/
Updates an existing project. Only the fields included in the request body are modified; omitted fields remain unchanged.Notes
- Requires workspace write access.
- The
project_idpath parameter is the workspace-scoped project index. - All fields are optional. Provide only the fields you want to change.
- Updatable fields:
name,status,locationIdorglobalLocationId,timezoneOverride,boundaryGeometry,projectDetails. - If
locationIdorglobalLocationIdis provided, the referenced location must exist in the workspace. - The
statusfield must be a valid lifecycle stage:prospecting,development,financing,construction,operating, orarchived. - Returns the full updated project resource on success.
- Returns
404if the project or the referenced location does not exist.
