Updates an existing Url Redirect.
| Name | Description | Additional information |
|---|---|---|
| urlRedirectId | The ID of the Url Redirect. |
Define this parameter in the request URI. |
| model | The model of the Url Redirect. |
Define this parameter in the request body. |
{
"IsActive": true,
"NewUrl": "sample string 2",
"OldUrl": "sample string 3",
"UrlRedirectId": 4
}