completed documentation and fixed a few typos while reviewing

This commit is contained in:
Tony Roy 2021-03-13 09:56:03 -04:00
commit a546d49221
4 changed files with 589 additions and 14 deletions

View file

@ -31,6 +31,6 @@ class Reports extends AbstractApi
*/
public function run($id, $params=[])
{
return $this->post("/extras/reports/".$id."/", $params);
return $this->post("/extras/reports/".$id."/run/", $params);
}
}