Skip to content

Commit

Permalink
Merge pull request #2 from peterquentin/master
Browse files Browse the repository at this point in the history
Add missing URL for updateListsStatus
  • Loading branch information
atomasevic authored May 23, 2019
2 parents d127dc3 + 6d07b14 commit a2a9dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contacts/Contacts.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function updateListStatus(array $contact_list)
{
$req = $this->client
->getClient()
->post('', [
->post('/api/3/contactLists', [
'json' => [
'contactList' => $contact_list
]
Expand Down Expand Up @@ -320,4 +320,4 @@ public function removeAutomation(int $contactAutomationId)
return 200 === $req->getStatusCode();
}

}
}

0 comments on commit a2a9dfc

Please sign in to comment.