| Overview | Service | Command |
<ModifyWhiteBlackListRequest>
<whiteList/>
</ModifyWhiteBlackListRequest>
{op} = + | -
<whiteList>
<addr>foo</addr>
<addr>bar</addr>
</whiteList>
<whiteList>
<addr op="+">foo</addr>
<addr op="+">bar</addr>
</whiteList>
<whiteList>
<addr op="-">foo</addr>
<addr op="-">bar</addr>
</whiteList>
<whiteList>
<addr op="+">foo</addr>
<addr op="-">bar</addr>
</whiteList>
<whiteList>
<addr op="+">foo</addr>
<addr>bar</addr>
</whiteList>
| Authorization token required | true |
| Admin Authorization token required | false |
<ModifyWhiteBlackListRequest> ## ModifyWhiteBlackListRequest
<whiteList>
(<addr [op="..."]>{value}</addr> ## OpValue)*
</whiteList>
<blackList>
(<addr [op="..."]>{value}</addr> ## See /whiteList/addr [ ## OpValue])*
</blackList>
</ModifyWhiteBlackListRequest>
elements and attributes you can define within a
<ModifyWhiteBlackListRequest> element:
| XPath | Required / Optional | Description |
| /whiteList | Required (only 1) | |
| /whiteList/addr | Optional (0 or more) | Type: {value} Description for element text content:Email address |
| /whiteList/addr@op | Optional (0 or 1) | Type: String Operation to apply to an address
|
| /blackList | Required (only 1) | |
| /blackList/addr | Optional (0 or more) | Type: {value} Description for element text content:Email address See /whiteList/addr for more details. |
<ModifyWhiteBlackListResponse /> ## ModifyWhiteBlackListResponse