Update Link
update_linkUpdate a link's properties—platform URLs, fallback URLs, parameters, metadata—without affecting unspecified fields.
Instructions
Update an existing link's properties. You can change the name, platform-specific URLs, fallback URLs, parameters, and metadata. Only the fields you provide will be modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New human-readable name for the link | |
| iosUrl | No | New URL to open on iOS devices | |
| linkId | Yes | The unique identifier of the link to update | |
| metadata | No | New arbitrary metadata attached to the link | |
| androidUrl | No | New URL to open on Android devices | |
| parameters | No | New key-value parameters passed through the deep link | |
| fallbackUrl | No | New fallback URL for unsupported platforms | |
| iosFallbackUrl | No | New iOS-specific fallback URL | |
| androidFallbackUrl | No | New Android-specific fallback URL | |
| allowQueryPassthrough | No | When true, query params appended to this link URL at click time (e.g. ?orderId=123) are merged into the resolved link's parameters and OVERRIDE stored parameters with the same key. Parameter values arrive as strings. Applies on both immediate app open and after deferred install. No SDK change required. |