Update Company Upload
update_company_uploadUpdate an existing Procore company upload by patching only the fields you intend to change. Use the company ID and upload UUID to modify the record and receive the updated upload.
Instructions
Updates an existing company upload for the specified Procore company. Send only the fields you intend to change; omitted fields keep their current values. company_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 company 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: company_id, uuid. Procore API (v1.1): Core > File Access & Storage. Endpoint: PATCH /rest/v1.1/companies/{company_id}/uploads/{uuid}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | URL path parameter — upload UUID | |
| segments | No | JSON request body field — upload segments | |
| company_id | Yes | URL path parameter — unique identifier for the company. |