chriswarren / desk

A Ruby wrapper for the Desk.com V2 REST API
MIT License
66 stars 80 forks source link

Fixed Update Customer Example #40

Closed mbuckbee closed 9 years ago

mbuckbee commented 9 years ago

Chris, thanks so much for the desk gem - it's saved me so much time. Just found a minor issue with the example code for creating/updating a user. The emails need to be passed as an array not another hash.

chriswarren commented 9 years ago

Great, thanks.