Update Redirect
- REST Method: PUT
- URL: https://docsapi.helpscout.net/v1/redirects/{id}
- Content-Type:
application/json
Request
Name |
Type |
Required |
Default |
Options |
Notes |
Redirect |
Redirect |
Y |
|
|
The body of the request (see example below). |
reload |
boolean |
N |
false |
|
Set this request parameter to true to return the updated redirect in the response. |
Accepted Fields
Name |
Type |
Required |
Default |
Notes |
siteId |
String |
Y |
|
The id of the Site that this Redirect is associated with |
urlMapping |
String |
Y |
|
The path to redirect from |
redirect |
String |
Y |
|
The fully qualified URL to redirect to |
Response
Response |
Name |
Type |
Notes |
Header |
Status |
Integer |
200 |