Update Group Order Rank
update_group_order_rankReposition a group in Procore by updating its order rank using midpoint ranking. Provide company, project, group IDs and an order index to move the group.
Instructions
Update a group's position using midpoint ranking with float values. company_id and project_id default to the values set by procore_set_config when omitted, and group_id must identify an existing parent record — resolve it with the matching list tool first. Applies the change and returns the updated group order rank. 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, group_id, order_index. Procore API (v2.0): Project Management > Document Markup. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/groups/{group_id}/reposition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | URL path parameter — unique identifier of the group | |
| company_id | Yes | URL path parameter — unique identifier of the company | |
| project_id | Yes | URL path parameter — unique identifier of the project | |
| order_index | Yes | JSON request body field — the order index for this Document Markup operation |