TYPE | Request |
---|---|
Category | Objects |
name | type | required | default | description |
---|---|---|---|---|
rules | array <RedirectDomainRule> | yes | array |
{
"rules": [
{
"subdomain": "*",
"path": "/partyboat*",
"action": "302",
"target": "https://control-ote.metaregistrar.com___path___#partyboatstar"
},
{
"subdomain": "*",
"path": "/party*",
"action": "302",
"target": "https://control-ote.metaregistrar.com___path___#party"
},
{
"subdomain": "*",
"path": "/*",
"action": "302",
"target": "https://control-ote.metaregistrar.com/everythingelse"
}
]
}