Znode

Build Version:

PUT urlredirects/{urlRedirectId}

Updates an existing Url Redirect.

Request Information

» Parameters

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.

Request Body Formats

Sample:
	{
  "IsActive": true,
  "NewUrl": "sample string 2",
  "OldUrl": "sample string 3",
  "UrlRedirectId": 4
}