*/ trait Put { abstract public function put(string $path = '', array $parameters = [], Paginator $paginator = null); }