Closed recon88 closed 5 years ago
It seems like the Library is not able to access some endpoints. Example:
$result = $api->Maniphest('edit', ['title' => 'API Test Task', 'description' => 'Test']);
Returns empty result.
maniphest.createtask on the other hand works just fine but it's missing some options which are only available in maniphest.edit
Figured it out
It seems like the Library is not able to access some endpoints. Example:
Returns empty result.
maniphest.createtask on the other hand works just fine but it's missing some options which are only available in maniphest.edit