Update a redirect
Log in to add to favouritesPATCH/api/management/projects/{projectId}/redirects/{redirectId}
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
redirectId(required) | path | string | guid | The redirect identifier |
Responses
Examples
Update the status code of a redirect
PATCH: api/management/projects/{project}/redirects/17c21990-2470-403d-a843-77106e9e5e4f
{
"statusCode": 302
}