Redirects

Create Redirect

Create a new redirect rule. Required Fields: - from_path: Source path to redirect from - to_path: Target path to redirect to Response Codes: - 201: Redirect created successfully - 409: from_path already exists

post/redirects

Request body

Example request

{
  "jsonapi": {
    "version": "1.0"
  }
}

Response

Redirect created successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.