We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5436e07 commit df34bfcCopy full SHA for df34bfc
1 file changed
src/Networking/v2/Models/Port.php
@@ -148,8 +148,8 @@ public function bulkCreate(array $userOptions): array
148
149
public function retrieve()
150
{
151
- $response = $this->execute($this->api->postNetwork(), $data);
152
- return $this->populateFromResponse($response);
+ $response = $this->execute($this->api->getPort(), ['id' => (string)$this->id]);
+ $this->populateFromResponse($response);
153
}
154
155
public function update()
0 commit comments