Update Link
update_linkUpdate a Project Home Link's title and URL by specifying the project ID and link ID.
Instructions
Update one or more attributes of a specific Project Home Link. Note: Requires either Company Admin or Project Home Admin permission. This endpoint will be deprecated; please use the V2 endpoint. Use this to update an existing Project-Level Configuration records (only the supplied fields are changed). Updates the specified Project-Level Configuration records and returns the modified object on success. Required parameters: project_id, id, title, url. Procore API: Company Admin > Project-Level Configuration. Endpoint: PATCH /rest/v1.0/links/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Project-Level Configuration resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| title | Yes | JSON request body field — the user-facing title of the link | |
| url | Yes | JSON request body field — the full URL for the link |