UpdateLinkRequest
clear_expirationboolean | nullnullable
Set to true to clear the expiration date
Example:
falsedestination_urlstring | nullnullable
Example:
https://example.com/new/urlexpires_atinteger,null<int64>nullable
Expiration timestamp (Unix timestamp in seconds). Set to clear expiration.
Example:
1640995200forward_query_paramsboolean | nullnullable
redirect_typestring | nullnullable
HTTP redirect type: 301 (permanent) or 307 (temporary). Available on Pro+ plans.
Example:
307status object
oneOf
- null
- LinkStatus
null
tagsstring[]nullable
Example:
["updated","tag"]titlestring | nullnullable
Example:
Updated Titleutm_params object
oneOf
- null
- UtmParams
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"
}