Service: zimbraAdmin

Command: ModifyZimlet
Namespace: urn:zimbraAdmin
Description: Modify Zimlet
Properties:
Authorization token required true
Admin Authorization token required true

ModifyZimletRequest

    <ModifyZimletRequest> ## ModifyZimletRequest
        <zimlet name="{zimlet-name}"> ## ZimletAclStatusPri
            <acl [cos="{cos-name}"] [acl="{acl-grant-or-deny}"] /> ## ZimletAcl
            <status value="{value}" /> ## ValueAttrib
            <priority [value="{value} (Integer)"] /> ## IntegerValueAttrib
        </zimlet>
    </ModifyZimletRequest>

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

XPath Required / Optional Description
/zimlet Required (only 1) New Zimlet information
/zimlet@name Required (only 1) Type: String
Zimlet name
/zimlet/acl Optional (0 or 1) Zimlet ACL
/zimlet/acl@cos Optional (0 or 1) Type: String
Name of Class Of Service (COS)
/zimlet/acl@acl Optional (0 or 1) Type: String
grant or deny
/zimlet/status Optional (0 or 1) Status - valid values for valueattribute - enabled|disabled
/zimlet/status@value Required (only 1) Type: String
Value
/zimlet/priority Optional (0 or 1) Priority
/zimlet/priority@value Optional (0 or 1) Type: Integer
Value

ModifyZimletResponse

    <ModifyZimletResponse /> ## ModifyZimletResponse