Zolli / Phabricator-PHP-API

PHP API for Phabricator Conduit application
GNU Lesser General Public License v3.0
21 stars 5 forks source link

Can't access maniphest.edit #6

Closed recon88 closed 5 years ago

recon88 commented 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

recon88 commented 5 years ago

Figured it out