Update Project Upload
update_project_uploadUpdate an existing Procore project upload by UUID. Send only the fields to change; omitted fields remain as-is, and the modified upload is returned.
Instructions
Updates an existing project upload in the specified Procore project. 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, and uuid must identify an existing parent record — resolve it with the matching list tool first. Returns the modified project upload 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, uuid. Procore API (v1.1): Core > File Access & Storage. Endpoint: PATCH /rest/v1.1/projects/{project_id}/uploads/{uuid}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | URL path parameter — upload UUID | |
| segments | No | JSON request body field — upload segments | |
| project_id | Yes | URL path parameter — unique identifier for the project. |