I’m using REST, and I’ve successfully added a contact based on the samples provided in the documentation… However I cannot update. I’m using the following code to add contact:
$this->infusionsoft->contacts()->create($data);
How can I update a contact? as I can’t find contacts()->update function
Please help thanks!