This commit is contained in:
Tobias Nyholm 2019-01-17 06:37:37 +01:00 committed by David Garcia
parent 9dab02afd4
commit a7f8c14fe8

View File

@ -112,7 +112,7 @@ class Member extends HttpApi
*
* @param string $list Address of the mailing list
* @param array $members Array of members, each item should be either a single string address or an array of member properties
* @param bool $upsert `true` to update existing members, `false` (default) to ignore duplicates
* @param bool $upsert `true` to update existing members, `false` (default) to ignore duplicates
*
* @return UpdateResponse
*