Skip to main content
Version: 0.7.2

UpdateLinkRequest

destination_urlstring | nullnullable
Example: https://example.com/new/url
expires_atinteger,null<int64>nullable
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
{
"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"
}