UpdateLandingPageRedirectRuleRequest¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
hostname |
string | No | The hostname for the landing pages. Branding domain or alias. Max 255 characters | |
redirectFrom |
model: RedirectFrom | No | JSON representation of redirect from landing page, with members 'type' which may be 'landingPageId' or 'path', and 'value' | |
redirectTo |
model: RedirectTo | No | 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.