filoo_update_link
Update a short link's destination, label, or active status without changing the short URL. Previous destination is preserved in audit history for safe repointing.
Instructions
Update a filoo short link in place: change its destination (the previous destination is kept in the audit history so the short URL is safe to repoint), edit its label, or disable/re-enable it with active. The short_url itself never changes. Useful for keeping a stable short URL while migrating the target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Link code in the form 'username:slug'. | |
| label | No | New private label. | |
| active | No | Set false to disable the link, true to re-enable. | |
| destination | No | New long URL to redirect to. |