Service: zimbraAccount
Namespace: "urn:zimbraAccount"
ModifyProperties SOAP Command

Modify properties related to zimlets

Authorization token required true
Admin Authorization token required false

ModifyPropertiesRequest

    <ModifyPropertiesRequest> ## ModifyPropertiesRequest
        (<prop zimlet="{prop-zimlet-name}" name="{prop-name}">{value}</prop> ## Prop)+
    </ModifyPropertiesRequest>

The following table describes elements and attributes you can define within a <ModifyPropertiesRequest> element:

XPath Required / Optional Description
/prop Required (1 or more) Type:{value}
Property to be modified
Description for element text content:Property value
/prop@zimlet Required (only 1) Type:String
Zimlet name
/prop@name Required (only 1) Type:String
Property name

ModifyPropertiesResponse

    <ModifyPropertiesResponse /> ## ModifyPropertiesResponse