Update Department
update_departmentUpdate an existing Procore department by sending only the fields to change. Resolve the id with the list tool first, then patch the department and receive the modified record.
Instructions
Updates an existing department in Procore. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified department on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, company_id, department. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/departments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| company_id | Yes | JSON request body field — unique identifier for the Procore company | |
| department | Yes | JSON request body field — the department for this Directory operation |