Skip to content

Commit

Permalink
Merge pull request #4 from abstractionnl/update-list-member-patch
Browse files Browse the repository at this point in the history
Add id parameter to UpdateListMember
  • Loading branch information
bakura10 committed Oct 10, 2013
2 parents 816c3e9 + 1efdaa7 commit b341b38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ZfrMailChimp/Client/ServiceDescription/MailChimp-2.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,12 @@
'sentAs' => 'apikey',
'required' => true
),
'id' => array(
'description' => 'The list id to connect to',
'location' => 'json',
'type' => 'string',
'required' => true
),
'email' => array(
'description' => 'An array containing data about the email',
'location' => 'json',
Expand Down

0 comments on commit b341b38

Please sign in to comment.