Redirect Rules
Create site redirect rule
Add a new redirect rule to the site.
Processing mode: <small><code>async</code></small>
post/orgs/{organization}/servers/{server}/sites/{site}/redirect-rules
Path parameters
organizationstring required
The organization slug
serverinteger required
The server ID
siteinteger required
The site ID
Request body
Example request
{
"from": "/old-path",
"to": "/new-path"
}Response
Accepted