Skip to content

CreateLandingPageRedirectRuleRequest

Type: object

Properties

Property Type Required Description Constraints
hostname string Yes The hostname for the landing pages. Branding domain or alias. Max 255 characters
redirectFrom model: RedirectFrom Yes JSON representation of redirect from landing page, with members 'type' which may be 'landingPageId' or 'path', and 'value'
redirectTo model: RedirectTo Yes JSON representation of redirect to landing page, with members 'type' which may be 'landingPageId' or 'url', and 'value'

Generated example

{
  "hostname": "Example name",
  "redirectFrom": {
    "type": "landingPageId",
    "value": "string"
  },
  "redirectTo": {
    "type": "landingPageId",
    "value": "string"
  }
}

Referenced models

Source

Generated from swagger-asset.json.