We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83262d3 commit ffc94c8Copy full SHA for ffc94c8
1 file changed
src/Webservice/ContactsWebservice.php
@@ -12,7 +12,7 @@ public function initialize(): void
12
13
$this->setEndpoint('contact');
14
15
- $this->addNestedResource('/3.0/contact/:id', [
+ $this->addNestedResource('/2.0/contact/:id', [
16
'id',
17
]);
18
}
0 commit comments