Skip to content

Commit 6d07b14

Browse files
authored
Add missing URL for updateListsStatus
1 parent d127dc3 commit 6d07b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contacts/Contacts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function updateListStatus(array $contact_list)
7979
{
8080
$req = $this->client
8181
->getClient()
82-
->post('', [
82+
->post('/api/3/contactLists', [
8383
'json' => [
8484
'contactList' => $contact_list
8585
]
@@ -320,4 +320,4 @@ public function removeAutomation(int $contactAutomationId)
320320
return 200 === $req->getStatusCode();
321321
}
322322

323-
}
323+
}

0 commit comments

Comments
 (0)