For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create, update, delete, or publish site redirect rules in bulk

Processes up to 500 redirect operations in a single request. Each redirect in the array is processed independently and the response includes per-item status. Prefer this over individual create/update calls when managing large sets of redirects.

Available in MCP
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
siteIdstringRequired

The unique id of the site

Body
Responses
200

List of results for each redirect processed.

application/json
put/orgs/{organizationId}/sites/{siteId}/redirects
200

List of results for each redirect processed.

Last updated

Was this helpful?