update_link
Modify existing links in Procore projects by updating their titles and URLs to maintain accurate project documentation and resources.
Instructions
Update link. [Company Admin/Project-Level Configuration] PATCH /rest/v1.0/links/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Link ID | |
| project_id | Yes | Unique identifier for the project. | |
| title | Yes | The user-facing title of the link | |
| url | Yes | The full URL for the link |