@ -51,6 +51,14 @@ class OC_Route extends Route {
return $this;
}
/**
* Specify PATCH as the method to use with this route
*/
public function patch() {
$this->method('PATCH');
* Defaults to use for this route
*