Service: zimbraAdmin

Command: ModifyServer
Namespace: urn:zimbraAdmin
Description: Modify attributes for a server
Notes:
Properties:
Authorization token required true
Admin Authorization token required true

ModifyServerRequest

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

elements and attributes you can define within a <ModifyServerRequest> 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

ModifyServerResponse

    <ModifyServerResponse> ## ModifyServerResponse
        <server name="{name}" id="{id}"> ## ServerInfo
            (<a n="{key}" /> ## Attr)*
         </server>
    </ModifyServerResponse>

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

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