Update Project Location
update_project_locationUpdates a Procore project location's name or parent by providing project and location IDs.
Instructions
Update the specified Location. Use this to update an existing Project records (only the supplied fields are changed). Updates the specified Project records and returns the modified object on success. Required parameters: project_id, location_id. Procore API: Core > Project. Endpoint: PATCH /rest/v1.0/projects/{project_id}/locations/{location_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| location_id | Yes | URL path parameter — unique identifier of the location | |
| node_name | No | JSON request body field — the Node Name of the Location | |
| parent_id | No | JSON request body field — the ID of the Parent Location of the Location |