Optional
createdThe destination URL, where the target URL should be redirected if it matches the routePrefix
.
The unique ID of this URL redirect.
Whether the routePrefix
should match on the entire URL, including the domain.
Whether the routePrefix
should match on the entire URL path, including the query string.
Whether the URL redirect mapping should apply only if a live page on the URL isn't found. If False, the URL redirect mapping will take precedence over any existing page.
Whether the routePrefix
should match based on pattern.
Whether the routePrefix
should match both HTTP and HTTPS protocols.
Whether a trailing slash will be ignored.
Used to prioritize URL redirection. If a given URL matches more than one redirect, the one with the lower precedence will be used.
The type of redirect to create. Options include: 301 (permanent), 302 (temporary), or 305 (proxy). Find more details here.
The target incoming URL, path, or pattern to match for redirection.
Optional
updatedStatic
Readonly
attributeStatic
Readonly
discriminator
CMS Url Redirects URL redirect operations
OpenAPI spec version: v3
NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.