Update Project Tools
update_project_toolsUpdate the order and active status of project tools. Send only fields to change; omitted fields keep their current values.
Instructions
Updates the order and active status of Project Tools. Send only the fields you intend to change; omitted fields keep their current values. project_id defaults to the value set by procore_set_config when omitted. Returns the modified project tool 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: project_id, tools. Procore API: Core > Project. Endpoint: PATCH /rest/v1.0/projects/{project_id}/tools
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | Yes | JSON request body field — the tools for this Project operation | |
| project_id | Yes | URL path parameter — unique identifier for the project. |