Update Project Folder
update_project_folderUpdate an existing project folder's properties, such as name, parent folder, or tracking status, by specifying the folder ID and project ID.
Instructions
Update the specified folder. Use this to update an existing Documents (only the supplied fields are changed). Updates the specified Documents and returns the modified object on success. Required parameters: id, project_id. Procore API: Core > Documents. Endpoint: PATCH /rest/v1.0/folders/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Documents resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| parent_id | No | JSON request body field — the ID of the parent folder to move the folder to. | |
| name | No | JSON request body field — the Name of the folder | |
| is_tracked | No | JSON request body field — status if a folder should be tracked (true/false) | |
| explicit_permissions | No | JSON request body field — set folder to private (true/false) | |
| custom_field_%{custom_field_definition_id} | No | JSON request body field — 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 ... |