Service: zimbraAdmin

Command: ModifyDomain
Namespace: urn:zimbraAdmin
Description: Modify attributes for a domain
Note: an empty attribute value removes the specified attr
Properties:
Authorization token required true
Admin Authorization token required true

ModifyDomainRequest

    <ModifyDomainRequest id="{value-of-id}"> ## ModifyDomainRequest
        (<a n="{key}" /> ## Attr)*
    </ModifyDomainRequest>

elements and attributes you can define within a <ModifyDomainRequest> element:

XPath Required / Optional Description
@id Required (only 1) Type: String
Zimbra ID
/a Optional (0 or more) Attributes
/a@n Required (only 1) Type: String
Key

ModifyDomainResponse

    <ModifyDomainResponse> ## ModifyDomainResponse
        <domain name="{name}" id="{id}"> ## DomainInfo
            (<a n="{key}" /> ## Attr)*
         </domain>
    </ModifyDomainResponse>

elements and attributes you can define within a <ModifyDomainResponse> element:

XPath Required / Optional Description
/domain Optional (0 or 1) Information about domain
/domain@name Required (only 1) Type: String
Name
/domain@id Required (only 1) Type: String
ID
/domain/a Optional (0 or more) Attributes
/domain/a@n Required (only 1) Type: String
Key