Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/API_Reference/Marketing_Emails_API/newsletters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}


Expand Down