Service: zimbraAccount

Command: ModifySignature
Namespace: urn:zimbraAccount
Description: Change attributes of the given signature. Only the attributes specified in the request are modified.
Note: The Server identifies the signature by id, if the name attribute is present and is different from the current name of the signature, the signature will be renamed.
Properties:
Authorization token required true
Admin Authorization token required false

ModifySignatureRequest

    <ModifySignatureRequest> ## ModifySignatureRequest
        <signature [id="{signature-id}"] [name="{signature-name}"]> ## Signature
            (<content [type="{signature-content-type}"]>{content}</content> ## SignatureContent)*
            <cid>{cid} (String)</cid>
        </signature>
    </ModifySignatureRequest>

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

XPath Required / Optional Description
/signature Required (only 1) Specifies the changes to the signature
/signature@id Optional (0 or 1) Type: String
ID for the signature
/signature@name Optional (0 or 1) Type: String
Name for the signature
/signature/content Optional (0 or more) Type: {content}
Content of the signature
Description for element text content:Signature value
/signature/content@type Optional (0 or 1) Type: String
Content Type - "text/plain" or "text/html"
/signature/cid Optional (0 or 1) Type: {cid} (String)
Contact ID

ModifySignatureResponse

    <ModifySignatureResponse /> ## ModifySignatureResponse