| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | false |
<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