pipedrive / client-nodejs

Pipedrive API client for NodeJS
MIT License
205 stars 82 forks source link

Update organization forcing name as required #354

Closed marceloabk closed 2 years ago

marceloabk commented 2 years ago

https://github.com/pipedrive/client-nodejs/blob/2582506cd777515e262c52f2bd1e479b51137bc3/src/api/OrganizationsApi.js#L1352

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

RuTsEST commented 2 years ago

Fixed by #339

marceloabk commented 2 years ago

@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.