curl --request PUT \
--url https://api.taap.it/v1/links/{link_id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"original_url": "<string>",
"code": "<string>",
"pixel_id": "<string>",
"app": "<string>",
"app_logo": "<string>",
"android_link": "<string>",
"ios_link": "<string>",
"windows_link": "<string>",
"macos_link": "<string>",
"whatsapp_message": "<string>",
"metadata": {
"title": "<string>",
"description": "<string>",
"favicon": "<string>",
"social_image": "<string>"
},
"qr_code_options": {
"size": 123,
"color": "<string>",
"background_color": "<string>",
"logo": "<string>",
"logo_size": 123,
"error_correction_level": "<string>"
},
"utm_name": "<string>",
"utm_source": "<string>",
"utm_medium": "<string>",
"utm_campaign": "<string>",
"utm_term": "<string>",
"utm_content": "<string>",
"utm_template_id": "<string>",
"referrer": "<string>",
"password": "<string>",
"password_description": "<string>",
"excluded_countries": [
{
"code": "<string>",
"label": "<string>",
"phone": "<string>",
"suggested": true,
"lang": "<string>",
"continent": "<string>"
}
],
"has_public_stat": true,
"is_archived": true,
"expiration_date": "<string>",
"expiration_click_count": 123
}
'