UpdateLinkRequest
android_urlstring | nullnullable
Android-specific destination URL (Business tier feature). Set to clear the Android URL.
Example:
https://play.google.com/store/apps/details?id=com.exampleclear_android_urlboolean | nullnullable
Set to true to clear the Android URL
Example:
falseclear_desktop_urlboolean | nullnullable
Set to true to clear the Desktop URL
Example:
falseclear_expirationboolean | nullnullable
Set to true to clear the expiration date
Example:
falseclear_ios_urlboolean | nullnullable
Set to true to clear the iOS URL
Example:
falsedesktop_urlstring | nullnullable
Desktop-specific destination URL (Business tier feature). Set to clear the Desktop URL.
Example:
https://example.com/desktop-appdestination_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
ios_urlstring | nullnullable
iOS-specific destination URL (Business tier feature). Set to clear the iOS URL.
Example:
https://apps.apple.com/app/id123456789redirect_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
{
"android_url": "https://play.google.com/store/apps/details?id=com.example",
"clear_android_url": false,
"clear_desktop_url": false,
"clear_expiration": false,
"clear_ios_url": false,
"desktop_url": "https://example.com/desktop-app",
"destination_url": "https://example.com/new/url",
"expires_at": 1640995200,
"forward_query_params": true,
"ios_url": "https://apps.apple.com/app/id123456789",
"redirect_type": "307",
"status": "null",
"tags": [
"updated",
"tag"
],
"title": "Updated Title",
"utm_params": "null"
}