Update Group Order Rank
update_group_order_rankRepositions a group in document markup by updating its order index with a float value. Required: company, project, group IDs and the new rank.
Instructions
Update a group's position using midpoint ranking with float values. UI calculates the new rank (e.g., 1500.0 between 1000.0 and 2000.0) and passes it directly. Use this to perform the update group 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, group_id, order_index. Procore API: Project Management > Document Markup. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/groups/{group_id}/reposition
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 | |
| order_index | Yes | JSON request body field — the order index for this Document Markup operation |