Skip to main content
Version: 0.9.0

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.example
clear_android_urlboolean | nullnullable

Set to true to clear the Android URL

Example: false
clear_desktop_urlboolean | nullnullable

Set to true to clear the Desktop URL

Example: false
clear_expirationboolean | nullnullable

Set to true to clear the expiration date

Example: false
clear_ios_urlboolean | nullnullable

Set to true to clear the iOS URL

Example: false
desktop_urlstring | nullnullable

Desktop-specific destination URL (Business tier feature). Set to clear the Desktop URL.

Example: https://example.com/desktop-app
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
ios_urlstring | nullnullable

iOS-specific destination URL (Business tier feature). Set to clear the iOS URL.

Example: https://apps.apple.com/app/id123456789
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
{
"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"
}