Ejemplo n.º 1
0
 public function patch($id, $data, $type, array $options = [])
 {
     return $this->client->patch($this->getBaseUrl() . '/' . $id, $data, $type, $options);
 }