POST /rest/v1.0/file_versions
Upload a new version of a specific file in the Project Documents tool.
See the Procore Support website articles on Project Documents for additional information.
Servers
- https://api.procore.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
project_id |
Integer | Yes |
Unique identifier for the project. |
file_id |
Integer | Yes |
The id of the File |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
file_version |
Object | Yes | |
file_version.name |
String | No |
Name of the file when downloaded |
file_version.notes |
String | No |
Notes about the File Version |
file_version.upload_uuid |
String | 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 should not use both data and upload_uuid fields in the same request. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.