Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.54 KB

File metadata and controls

26 lines (23 loc) · 1.54 KB

LinkCreateRequest

Properties

Name Type Description Notes
url string URL to shorten
folderId string Folder API ID [optional]
domain string Domain [optional]
code string Custom short code [optional]
label string Label [optional]
password string Password [optional]
deleteAt \DateTime Scheduled deletion date [optional]
expiredAt \DateTime Scheduled expiration date [optional]
expiredUrl string The URL to which users will be redirected after the link has expired [optional]
expiredTitle string The title displayed on the expiration page [optional]
expiredText string The text displayed on the expiration page [optional]
deleteAfterExpiration bool Whether the link should be deleted once it has expired [optional] [default to false]
tags string[] Tags [optional]
qrcode \URLR\Model\LinkBaseRequestQrcode [optional]
utm \URLR\Model\LinkUtm [optional]
metatag \URLR\Model\LinkBaseRequestMetatag [optional]
geolinks \URLR\Model\LinkGeolinksInner[] Dynamic routing conditions [optional]
workspaceId string Workspace API ID

[Back to Model list] [Back to API list] [Back to README]