v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
route-redirects

Create a new route redirect

Creates a path redirect within a knowledge base, mapping a source path to an article or collection.

Rate limit: 10 requests per minute

post/knowledge-bases/{id}/route-redirects

Path parameters

idstring required

The ID of the knowledge base the route redirect is being added to.

Request body

from_pathstring required

The path to redirect from.

languagestring

Language of the object to redirect to. If not specified, the default language of the knowledge base will be used.

object_idstring required

The ID of the object to redirect to.

object_typestring required

The type of the object to redirect to. Must be "article" or "collection".

Response

request_idstring

The request ID for tracking.