Create site redirect rule
Redirect Rules
Create site redirect rule
Add a new redirect rule to the site.
Processing mode: async
POST
Create site redirect rule
Documentation Index
Fetch the complete documentation index at: https://forge.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization slug
The server ID
The site ID
Body
application/json
The source URL path for the redirect rule.
Maximum string length:
1000Example:
"/old-path"
The destination URL path for the redirect rule.
Maximum string length:
1000Example:
"/new-path"
The type of the redirect rule.
Available options:
redirect, permanent Example:
"permanent"
Response
Accepted