Tool to add redirect or rewrite rules to a Render service. Use when you need to configure URL routing, redirects, or rewrites for a service. Redirect rules send HTTP redirects to clients, while rewrite rules modify the request path internally.
typeRequiredstringType of route rule: 'redirect' or 'rewrite'.
sourceRequiredstringSource path pattern for the route rule. Supports wildcards like '*' and named parameters like ':bar'.
priorityintegerPriority order for applying the rule (starting at 0). Lower numbers have higher priority. Defaults to last in the priority list if not specified.
serviceIdRequiredstringThe ID of the service to add the route to.
destinationRequiredstringDestination path for the route rule. Use ':splat' to reference wildcard captures from source.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.