Update Group
update_groupUpdate an existing Document Markup group in a Procore project by providing company, project, and group IDs, and optionally modifying name, layer, order, color, visibility, or settings.
Instructions
Update an existing group. 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, group_id. Procore API: Project Management > Document Markup. Endpoint: PUT /rest/v1.0/companies/{company_id}/projects/{project_id}/groups/{group_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 | |
| group_id | Yes | URL path parameter — unique identifier of the group | |
| name | No | JSON request body field — the name for this Document Markup operation | |
| layer_id | No | JSON request body field — unique identifier of the layer | |
| order_index | No | JSON request body field — the order index for this Document Markup operation | |
| color | No | JSON request body field — the color 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 |