create_project_file_version
Create new versions of project files in Procore to manage document updates and maintain revision history for construction projects.
Instructions
Create project file version. [Core/Documents] POST /rest/v1.0/file_versions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| file_id | Yes | The id of the File | |
| name | No | Name of the file when downloaded | |
| notes | No | Notes about the File Version | |
| data | No | [DEPRECATED] File to use as file data. Please use upload_uuid instead. Note that it's only possible to post a file using a multipart/form-data body (see RFC 2388). Most HTTP libraries will do the r... | |
| upload_uuid | No | UUID referencing a previously completed Upload. This is the recommended approach for file uploads. See Company Uploads or Project Uploads endpoints for instructions on how to use uploads. You sho... |