kyleboe / zoom_rb

Ruby REST API Wrapper for zoom.us API
https://developers.zoom.us/docs/api/
MIT License
83 stars 104 forks source link

JSON transform to create user assistant #377

Closed ginniecodes closed 3 years ago

ginniecodes commented 3 years ago

Some of posts requests needs to use to_json transform on body to avoid the message Request Body should be a valid JSON object.

This is a fix for user_assistants_create method.