Modify template

Implementation Notes

Updates Template with a new set of details.

Response Class (Status 200)

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
templateid TemplateId to modify. Path long
Submission

Details of template to modify. body
Templates{
TemplateName(string),
Description( string, optional),
HTMLContent(string),
TextContent( string, optional),
MakePrivate( string, optional),
}
 { 
     "TemplateName": "string",
    "Description": "string",
    "HTMLContent": "string",
    "TextContent": "string",
    "MakePrivate": "string"
 } 
Click to set as parameter value

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found