Update an existing mailing list
update_mailinglist( mailinglist_id, library_id = NULL, name = NULL, category = NULL )
| mailinglist_id | the library_id |
|---|---|
| library_id | the library_id if moved to a different library id |
| name | Name of the new mailing list |
| category | Category in which to create the new mailing list |
A list.
if (FALSE) update_mailinglist("ML_1234567890AbCdE", name = "New Name")