update_work_item_link
Update the URL of an existing link attached to a work item in a project.
Instructions
Update a link for a work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| work_item_id | Yes | UUID of the work item | |
| link_id | Yes | UUID of the link | |
| url | No | Updated URL of the link |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No | ||
| title | No | ||
| url | Yes | ||
| metadata | No | ||
| created_by | No | ||
| updated_by | No | ||
| project | No | ||
| workspace | No | ||
| issue | No |