Example #1
0
 /**
  * {@inheritDoc}
  */
 protected function patch($path, array $parameters = array(), $requestOptions = array())
 {
     return $this->client->patch($path, $parameters, $requestOptions);
 }