Update a routing rule
| Parameter | Type | Description |
|---|---|---|
id | string | Rule ID |
| Parameter | Type | Description |
|---|---|---|
name | string | Rule name |
conditions | object | Match conditions |
destinationUrl | string | Redirect destination |
priority | number | Priority (1-100) |
enabled | boolean | Active status |
deepLinkEnabled | boolean | Enable deep links |
deepLinkIos | string | iOS URL scheme |
deepLinkAndroid | string | Android intent |
deepLinkFallbackUrl | string | Fallback URL |
type cannot be changed after creation.