update_backlink
Update backlink details such as status, anchor text, target URL, and notes to maintain accurate link data.
Instructions
Update an existing backlink.
Args: backlink_id: The backlink ID to update title: New title (optional) url: New page URL (optional) target_url: New target URL (optional) target_anchor: New anchor text (optional) status: New status (optional) notes: New notes (optional)
Returns: JSON object with update result
Examples: - update_backlink(backlink_id=789, status="active") - update_backlink(backlink_id=789, notes="Confirmed live")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| notes | No | ||
| title | No | ||
| status | No | ||
| target_url | No | ||
| backlink_id | Yes | ||
| target_anchor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |