From 6d07b14a393c5740e3a15d2e7912cf579cb13cae Mon Sep 17 00:00:00 2001 From: Peter Quentin Date: Thu, 23 May 2019 11:05:15 +0200 Subject: [PATCH] Add missing URL for updateListsStatus --- src/contacts/Contacts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contacts/Contacts.php b/src/contacts/Contacts.php index 977a1bb..a6335d1 100644 --- a/src/contacts/Contacts.php +++ b/src/contacts/Contacts.php @@ -79,7 +79,7 @@ public function updateListStatus(array $contact_list) { $req = $this->client ->getClient() - ->post('', [ + ->post('/api/3/contactLists', [ 'json' => [ 'contactList' => $contact_list ] @@ -320,4 +320,4 @@ public function removeAutomation(int $contactAutomationId) return 200 === $req->getStatusCode(); } -} \ No newline at end of file +}