Maybe it's usefull to add to the readme documentation file that running "update", empties the entire client if a field is not present.
I accidentally erased all details of a user:
$client = $ninja->clients->update($clients['data'][0]['id'], ['name' => 'A new client name updated']);
Maybe it's usefull to add to the readme documentation file that running "update", empties the entire client if a field is not present. I accidentally erased all details of a user:
$client = $ninja->clients->update($clients['data'][0]['id'], ['name' => 'A new client name updated']);