Convert Private Layer To Public
convert_private_layer_to_publicConvert a private layer to public to share document markup with all project users. Requires company, project, and layer IDs.
Instructions
Convert a private layer to public, making it accessible to all project users. Use this to perform the convert private action on Document Markup records. Creates a new Document Markup records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, layer_id. Procore API: Project Management > Document Markup. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/layers/{layer_id}/convert_to_public
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| layer_id | Yes | URL path parameter — unique identifier of the layer |