Convert Private Layer To Public
convert_private_layer_to_publicConvert a private layer to public, granting access to all project users. Specify company, project, and layer IDs to update visibility via Procore API.
Instructions
Convert a private layer to public, making it accessible to all project users. company_id and project_id default to the values set by procore_set_config when omitted, and layer_id must identify an existing parent record — resolve it with the matching list tool first. Acts on the private layer and returns Procore's response for the operation. 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, project_id, layer_id. Procore API (v2.0): Project Management > Document Markup. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/layers/{layer_id}/convert_to_public
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer_id | Yes | URL path parameter — unique identifier of the layer | |
| company_id | Yes | URL path parameter — unique identifier of the company | |
| project_id | Yes | URL path parameter — unique identifier of the project |