Skip to content

Commit

Permalink
Add missing URL for updateListsStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
peterquentin authored May 23, 2019
1 parent d127dc3 commit 6d07b14
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 6d07b14

Please sign in to comment.