update_project_folder
Modify project folder details in Procore, including name, location, permissions, and custom fields to organize document storage.
Instructions
Update Project Folder. [Core/Documents] PATCH /rest/v1.0/folders/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the folder | |
| project_id | Yes | Unique identifier for the project. | |
| parent_id | No | The ID of the parent folder to move the folder to. | |
| name | No | The Name of the folder | |
| is_tracked | No | Status if a folder should be tracked (true/false) | |
| explicit_permissions | No | Set folder to private (true/false) | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... |