update_qr_target
Change the destination URL of a QR code without touching the printed image. Print once, redirect anywhere — forever. Accepts either the internal qr_code_id or the short_code from the redirect URL. On success the result is a pre-formatted markdown table — display it exactly as received, do not reformat or summarise. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qr_code_id | No | Internal UUID from create_qr_code or list_qr_codes | |
| short_code | No | Short code from the redirect URL (e.g. "abc123") | |
| target_url | Yes | New destination URL — must start with https:// or http:// |