update_qrcode
Update mutable fields of an existing QR code, including URL, Wi-Fi credentials, phone, email, and expiry time, based on the QR type.
Instructions
Update a QR code's mutable fields. Only fields valid for the QR's type apply (e.g. target_url for url; ssid/auth/password/hidden for wifi). Set expires_in_days to 0/null to clear expiry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| is_active | No | ||
| target_url | No | ||
| ssid | No | ||
| auth | No | ||
| password | No | ||
| hidden | No | ||
| phone | No | ||
| No | |||
| subject | No | ||
| body | No | ||
| expires_in_days | No | ||
| style | No | Optional QR style: module_drawer, fill_type, fill_color, fill_color_2, back_color. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||