Update an existing QR Code by its ID. Modify QR Code properties like name, design attributes, tags, and content. Returns the complete updated QR Code object. Important: When updating qr_type, you must also provide the corresponding content: - For static QR codes (qr_type=1): Inc…
metaobjectMetadata associated with the QR Code
namestringNew name for the QR Code
tagsarrayList of tag IDs to associate with the QR Code
placeintegerID of the place where the QR Code is deployed
qr_typeintegerQR type: 1=Static, 2=Dynamic. If provided, must include fields_data (for static) or campaign (for dynamic).
campaignobjectCampaign configuration for dynamic QR Codes. Required when qr_type=2. Example: {'content_type': 0, 'custom_url': 'https://example.com'}
qrcode_idRequiredintegerID of the QR Code to update
attributesobjectDesign attributes for the QR Code (colors, logos, etc.)
fields_dataobjectFields data for static QR Codes. Required when qr_type=1. Example: {'qr_type': 1, 'url': 'https://example.com'}
organizationintegerID of the organization the QR Code belongs to
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.