updateRedirect
Modify URL redirects in Brilliant Directories to update old paths pointing to new destinations, maintaining site navigation and SEO integrity.
Instructions
Update a redirect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| redirect_id | Yes | Redirect primary key (required to identify record) | |
| type | No | Category of the redirect source (profile, post, category, custom, etc.) | |
| old_filename | No | The old URL path being redirected from, relative to the domain root (e.g. old-slug, not the full URL) | |
| new_filename | No | The new destination URL path | |
| db_id | No | Database record ID of the source content object this redirect was generated from (0 if not tied to a record) | |
| id | No | Legacy secondary identifier; typically 0 for system-generated redirects |