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