update_vcard_qr
Update contact details in an existing vCard QR code without regenerating the image. Modify name, organization, email, phone, or other fields; changes apply directly to the QR.
Instructions
Update the contact details of a vCard QR code. Only works on QR codes created with type='vcard'. Partial updates merge with existing data. Note: updating vCard data changes the QR image content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_id | Yes | The short ID of the vCard QR code to update. | |
| first_name | No | Contact first name. | |
| last_name | No | Contact last name. | |
| organization | No | Company or organization. | |
| title | No | Job title. | |
| No | Email address. | ||
| phone | No | Phone number. | |
| url | No | Website URL. | |
| address | No | Street address. | |
| note | No | Additional notes. | |
| label | No | Update the label. |