Update Layer
update_layerUpdate an existing document markup layer by providing company, project, and layer IDs; modify name, order index, visibility, or settings.
Instructions
Update an existing layer. Use this to update an existing Document Markup records (only the supplied fields are changed). Updates the specified Document Markup records and returns the modified object on success. Required parameters: company_id, project_id, layer_id. Procore API: Project Management > Document Markup. Endpoint: PUT /rest/v1.0/companies/{company_id}/projects/{project_id}/layers/{layer_id}
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 | |
| name | No | JSON request body field — the name for this Document Markup operation | |
| order_index | No | JSON request body field — the order index for this Document Markup operation | |
| visibility | No | JSON request body field — the visibility for this Document Markup operation | |
| settings | No | JSON request body field — the settings for this Document Markup operation |