Links
Update a link
Update a link for the authenticated workspace.
PUT
/
links
/
update
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
workspace
string
requiredWorkspace URL
Body
multipart/form-data
file
file
The social card image file to upload
id
string
ID of the link to be updated
domain
string
Domain of the link
key
string
Key for the link
url
string
The URL the link points to (if not a file)
isFile
boolean
Boolean indicating if the link is for a file
expiresAt
string
Expiration date of the link
password
string
Optional password for protected access
title
string
Title of the link
description
string
Description of the link
image
string
Image URL for the link preview
isPublic
boolean
Whether the link is public or not
utm_source
string
UTM source parameter
utm_medium
string
UTM medium parameter
utm_campaign
string
UTM campaign parameter
utm_term
string
UTM term parameter
utm_content
string
UTM content parameter
ref
string
Referral information
isRecord
boolean
Indicates whether this is a record
ios
string
Custom targeting for iOS devices
android
string
Custom targeting for Android devices
Response
200 - application/json
error
boolean