diff --git a/source/API_Reference/Marketing_Emails_API/newsletters.md b/source/API_Reference/Marketing_Emails_API/newsletters.md index 83a49cb284..35ca606afd 100644 --- a/source/API_Reference/Marketing_Emails_API/newsletters.md +++ b/source/API_Reference/Marketing_Emails_API/newsletters.md @@ -48,6 +48,12 @@ Edit an existing Marketing Email. {% parameters edit %} + {% parameter 'identity' 'Yes' 'Must be an existing Identity' 'The Identity (Sender Address) that will be used for the Marketing Email being created.' %} + {% parameter 'name' 'Yes' 'None' 'The name that will be used for the Marketing Email.' %} + {% parameter 'newname' 'No' 'None' 'The new name that will be used for the Marketing Email.' %} + {% parameter 'subject' 'Yes' 'None' 'The subject that will be used for the Marketing Email.' %} + {% parameter 'text' 'Yes' 'None' 'The text portion of the Marketing Email.' %} + {% parameter 'html' 'Yes' 'None' 'The html portion of the Marketing Email.' %} {% endparameters %}