Bulk Update Links
bulk_update_linksUpdate multiple Home Links on a project by specifying IDs. Order of links in request sets the display order. Requires company_id and project_id.
Instructions
Create and update multiple Home Links on a given project based on present and missing ID. The order of the links in the request will be the order stored in the position field. Use this to update an existing Project records (only the supplied fields are changed). Updates the specified Project records and returns the modified object on success. Required parameters: company_id, project_id. Procore API (v2.0): Core > Project. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/links/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. |