Skip to main content
Version: 0.8.0

UpdateLinkRequest

clear_expirationboolean | nullnullable

Set to true to clear the expiration date

Example: false
destination_urlstring | nullnullable
Example: https://example.com/new/url
expires_atinteger,null<int64>nullable

Expiration timestamp (Unix timestamp in seconds). Set to clear expiration.

Example: 1640995200
forward_query_paramsboolean | nullnullable
redirect_typestring | nullnullable

HTTP redirect type: 301 (permanent) or 307 (temporary). Available on Pro+ plans.

Example: 307
status object
oneOf
null
tagsstring[]nullable
Example: ["updated","tag"]
titlestring | nullnullable
Example: Updated Title
utm_params object
oneOf
null
UpdateLinkRequest
{
"clear_expiration": false,
"destination_url": "https://example.com/new/url",
"expires_at": 1640995200,
"forward_query_params": true,
"redirect_type": "307",
"status": "null",
"tags": [
"updated",
"tag"
],
"title": "Updated Title",
"utm_params": "null"
}