pylon_create_route_redirect
Create a path redirect in a knowledge base, mapping a source path to an article or collection with optional language specification.
Instructions
Create a path redirect within a knowledge base, mapping a source path to an article or collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language of the target object (defaults to KB default language) | |
| from_path | Yes | The path to redirect from | |
| object_id | Yes | The ID of the article or collection to redirect to | |
| object_type | Yes | The type of the target: "article" or "collection" | |
| knowledge_base_id | Yes | The ID of the knowledge base |