pipedrive/client-nodejs

Update organization forcing name as required

marceloabk opened this issue · 2 comments

if (opts['name'] === undefined || opts['name'] === null) {

I think that requiring name at organization update is not making sense

Fixed by #339

@RuTsEST I don't think that #339 is fixing the issue. The PR is entirely related to the Person API and the code I linked is still there.