Update a redirect rule
  PATCH /api/v2/organizations/{organization}/projects/{project}/rules/redirect/{rule}    
 PATCH
 /api/v2/organizations/{organization}/projects/{project}/rules/redirect/{rule}
 Authorizations
Parameters
Path Parameters
 organization 
 required
   string
  project 
 required
   string
  rule 
 required
   string
 Request Body required
object
 redirect_to 
 required
   Redirect destination URL
string
https://test-domain.com/new-path redirect_code    
 HTTP status code for redirect
string
301Responses
200
The request has succeeded.
object
 action_config    
 object
 to    
 Redirect destination URL
string
https://test-domain.com/new-path status_code    
 HTTP status code for redirect
string
301400
The server could not understand the request due to invalid syntax.
object
 message 
 required
   Error message
string
The requested resource was not found error 
 required
   Error flag
boolean
true403
Access is forbidden.
object
 message 
 required
   Error message
string
The requested resource was not found error 
 required
   Error flag
boolean
true